body{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

h1{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

h2{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

h3{
font-weight:400;
font-family:var(--cms-g-pfdin);
}

h4{
font-size:30px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

h5{
font-size:20px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

h6{
font-size:18px;
line-height:1.688;
font-family:var(--cms-g-pfdin);
}

[data-tag-type='p'],p{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-btn, .phw-btn-nd{
font-weight:400;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
border-style:solid;
border-color:var(--phw-custom-whiteborderffffff);
border-top-left-radius:calc(var(--border-radius-base)*0.25);
border-top-right-radius:calc(var(--border-radius-base)*0.25);
border-bottom-left-radius:calc(var(--border-radius-base)*0.25);
border-bottom-right-radius:calc(var(--border-radius-base)*0.25);
}

.phw-widget-ctr{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

other{
font-family:var(--cms-g-pfdin);
}

.phw-g-bg-secondary{
background-color:var(--brand-color-secondary);
}

.phw-g-bg-white{
background-color:var(--phw-custom-white);
}

.phw-g-blogauthor{
font-family:var(--cms-g-roboto);
font-weight:400;
color:var(--text-dark);
line-height:1.25;
}

.phw-g-blogauthorname{
font-size:16px;
font-family:var(--cms-g-roboto);
font-weight:400;
line-height:var(--paragraph-line-height-2);
}

.phw-g-blogcategory{
color:var(--placeholder-text-color-1);
font-weight:400;
}

.phw-g-blogdetailcategory{
color:var(--white);
font-family:var(--cms-g-roboto);
font-weight:300;
font-size:20px;
line-height:1.25;
}

.phw-g-borderlightgray[type='checkbox']{
border-style:solid;
border-color:var(--phw-custom-light-graye9e9e9);
border-width:1px;
}

.phw-g-btn-default,.btn-default,.default-button{
border-width:1px;
border-color:transparent;
border-style:none;
border-top-left-radius:calc(var(--border-radius-base)*0.25);
border-top-right-radius:calc(var(--border-radius-base)*0.25);
border-bottom-left-radius:calc(var(--border-radius-base)*0.25);
border-bottom-right-radius:calc(var(--border-radius-base)*0.25);
color:var(--brand-color-primary);
font-weight:400;
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-btn-default:hover,.btn-default,.default-button:hover{
background-color:var(--phw-custom-white);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-default:focus,.btn-default,.default-button:focus{
}

.phw-g-btn-jobcard-info-link{
padding-top:0;
padding-bottom:0;
padding-inline-start:0;
padding-inline-end:0;
font-size:16px;
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--white);
background-color:transparent;
text-decoration:underline;
border-color:transparent;
box-shadow:none;
border-width:0;
}

.phw-g-btn-large-primary{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:var(--btn-font-weight);
min-height:var(--btn-height-lg);
}

.phw-g-btn-large-primary:hover{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-large-primary:focus{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-large-primary:active{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-large-primary.disabled{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}
.phw-g-btn-large-primary:disabled{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-large-primary:visited{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-link{
border-color:transparent;
color:var(--link-color);
font-weight:700;
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-btn-link-style-2{
font-weight:500;
}

.phw-g-btn-plain,.btn-info,.plain-button{
background-image:none;
border-color:var(--brand-color-primary);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-plain:hover,.btn-info,.plain-button:hover{
border-color:var(--brand-color-primary);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:700;
}

.phw-g-btn-plain,.btn-info,.plain-button{
border-color:var(--phw-custom-whiteborderffffff);
}

.phw-g-btn-primary,.btn.primary-button:not(.phw-g-btn-small-primary):not(.phw-g-btn-large-primary):not(.phw-g-btn-small-secondary):not(.phw-g-btn-large-secondary):not(.phw-g-btn-small-plain):not(.phw-g-btn-large-plain):not(.phw-g-btn-small-default):not(.phw-g-btn-large-default):not(.button-lg):not(.btn-lg):not(.button-sm):not(.btn-sm):not(.phw-g-btn-secondary):not(.phw-g-btn-plain):not(.phw-g-btn-default):not([class*=' phw-g-i-']),.primary-button:not(.phw-g-btn-small-primary):not(.phw-g-btn-large-primary):not(.phw-g-btn-small-secondary):not(.phw-g-btn-large-secondary):not(.phw-g-btn-small-plain):not(.phw-g-btn-large-plain):not(.phw-g-btn-small-default):not(.phw-g-btn-large-default):not(.button-lg):not(.btn-lg):not(.button-sm):not(.btn-sm):not(.phw-g-btn-secondary):not(.phw-g-btn-plain):not(.phw-g-btn-default):not([class*=' phw-g-i-']){
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-primary:hover,.btn-primary,.primary-button:hover{
background-image:none;
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-primary:focus,.btn-primary,.primary-button:focus{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-primary:active,.btn-primary,.primary-button:active{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-primary.disabled,.btn-primary,.primary-button.disabled{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}
.phw-g-btn-primary:disabled,.btn-primary,.primary-button:disabled{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-primary:visited,.btn-primary,.primary-button:visited{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-btn-secondary,.btn-success,.secondary-button{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary:hover,.btn-success,.secondary-button:hover{
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary:focus,.btn-success,.secondary-button:focus{
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary:active,.btn-success,.secondary-button:active{
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary.disabled,.btn-success,.secondary-button.disabled{
font-family:var(--cms-g-pfdin);
}
.phw-g-btn-secondary:disabled,.btn-success,.secondary-button:disabled{
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary:visited,.btn-success,.secondary-button:visited{
font-family:var(--cms-g-pfdin);
}

.phw-g-btn-secondary:focus-visible,.btn-success,.secondary-button:focus-visible{
}

.phw-g-btn-small-primary{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:400;
min-height:var(--btn-height-sm);
font-family:var(--cms-g-rmfirstclass);
width:25%;
height:48px;
}

.phw-g-btn-small-primary:visited{
}

.phw-g-card-bg-secondary{
background-color:var(--brand-color-secondary);
}

.phw-g-card-white-bg{
background-color:var(--phw-custom-white);
}

.phw-g-catagoryhero{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--brand-color-primary);
}

.phw-g-categoryherobgimg{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/1685613533915_media_icon_large1.jpg);
background-size:cover;
background-repeat:no-repeat;
}

.phw-g-content-left-align{
text-align:left;
}

.phw-g-ctr-padding-zero{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-employee-testimonial{
font-family:var(--cms-g-roboto);
font-weight:500;
color:var(--text-dark);
font-size:16px;
}

.phw-g-employeenamedesignation{
font-family:var(--cms-g-roboto);
font-weight:500;
color:var(--text-dark);
font-size:16px;
}

.phw-g-event-category{
color:var(--white);
font-family:var(--cms-g-roboto);
font-weight:300;
font-size:20px;
line-height:1.5;
}

.phw-g-eventhero{
padding-bottom:calc(var(--pu-space)*0);
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/1687520696198_events_default_banner.jpg);
padding-top:calc(var(--pu-space)*0);
}

.phw-g-footer-ctr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--widget-bg-dark-color);
}

.phw-g-fyfbg{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--brand-color-primary);
}

.phw-g-fyfcontainerbg{
background-color:var(--brand-color-primary);
}

.phw-g-h1-404-primary-blog{
font-weight:300;
font-size:160px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-roboto);
}

.phw-g-h1-event-hero{
font-weight:300;
font-size:40px;
line-height:1.25;
}

.phw-g-h1-hero-title-primary{
}

.phw-g-h1-widget-title-dark{
color:var(--white);
}

.phw-g-h2-card-secondary-small{
font-family:var(--cms-g-roboto);
font-weight:300;
font-size:16px;
line-height:1.25;
color:var(--secondary-text);
}

.phw-g-h2-card-sub-title-dark-small{
font-weight:400;
color:var(--phw-custom-text-dark-light);
font-size:16px;
}

.phw-g-h2-card-title-dark-default{
font-weight:300;
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
}

.phw-g-h2-dark{
font-family:var(--cms-g-roboto);
font-weight:300;
font-size:20px;
line-height:1;
color:var(--text-dark);
}

.phw-g-h2-event-article{
font-family:var(--cms-g-roboto);
font-weight:400;
font-size:30px;
line-height:1.25;
color:var(--brand-color-primary);
}

.phw-g-h2-event-coutdown{
font-family:var(--cms-g-roboto);
font-weight:400;
font-size:20px;
line-height:1.25;
color:var(--brand-color-primary);
}

.phw-g-h2-text-align{
font-weight:300;
font-size:50px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-roboto);
}

.phw-g-h3-card-light{
font-weight:400;
font-size:30px;
}

.phw-g-h3-dark-aboutus{
}

.phw-g-h3-dark-small{
font-family:var(--cms-g-roboto);
font-size:20px;
line-height:var(--heading-line-height-5);
color:var(--text-dark);
}

.phw-g-h3-large-card-jtc-title{
font-weight:300;
font-family:var(--cms-g-roboto);
font-size:50px;
color:var(--white);
}

.phw-g-h4dark-glassdoor{
font-size:18px;
line-height:1.25;
color:var(--text-dark);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-header-ctr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-header-link{
color:var(--phw-custom-dark-color-light4a4a4a);
}

.phw-g-header-link:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-herowidget{
}

.phw-g-i-00X7p9{
}

.phw-g-i-010bNY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-01Hbzb{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-02j8KS{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-02j8KS:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-02j8KS.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-02j8KS:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-02j8KS::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-02j8KS:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-02j8KS::-moz-placeholder{
font-size:16px;
}
.phw-g-i-02j8KS::placeholder{
font-size:16px;
}

.phw-g-i-03BzmR{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-03x7ML{
text-align:start;
}

.phw-g-i-042ntQ{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-04eyYD{
}

.phw-g-i-06XKFP{
font-size:var(--phw-g-button-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-iysyKG:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-eynqgL:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-5Ouzcw:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-DPRpCw:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-v7ClKT:hover .phw-g-i-06XKFP{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-06uM1z{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-06uM1z{
background-color:var(--brand-color-primary);
}

.phw-g-i-087wt2{
color:var(--white);
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-087wt2{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-08AP2n{
background-color:var(--phw-custom-white);
}

.phw-g-i-09Cwwn{
}

.phw-g-i-09VFaI{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-09jUtM{
border-width:1px;
border-color:transparent;
border-style:solid;
}

.phw-g-i-09wZd6{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-09wjgp{
}

.phw-g-i-0AiebS{
}

.phw-g-i-0Ccu6E{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0Cu619{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0DoDRn{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-0GrYzD{
}

.phw-g-i-0HKjNp{
}

.phw-g-i-0Hqk2I{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0IdkFa{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0JjTV0{
}

.phw-g-i-0KGQul{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0KJHvL{
}
.phw-g-i-0KJHvL img{
object-fit:cover;
}

.phw-g-i-0KkQHA{
justify-content:center;
}

.phw-g-i-0KoRH3{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-0LNONx{
}

.phw-g-i-0LzC9A{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-0MEUjD{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-0N410t{
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0NRUIC{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-0Npf9d{
}

.phw-g-i-0PNBND{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-0Q5hzm{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0QRmOb{
}
.phw-g-i-0QRmOb img{
object-fit:cover;
}

.phw-g-i-0REAnn{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-0REAnn{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-0RQjK3{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-0RxMxC{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-0SEE0G{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0T7a5e{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-0TDlAx{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-0TGito{
}

.phw-g-i-0UgCqk{
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-0VFeCJ{
}

.phw-g-i-0VGSah{
background-size:contain;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-0VOVzi{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-0VWXDB{
background-color:var(--phw-custom-white);
}

.phw-g-i-0VYlnx{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0VdYfu{
}
.phw-g-i-0VdYfu img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-0Wmf65{
}

.phw-g-i-ICplfx:hover .phw-g-i-0Wmf65{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-0WwJYP{
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-0Y47wZ{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0Y8Uxr{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-0YAtde{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-0YAtde:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-0YAtde.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-0YAtde:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-0ZJaIs{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-0ZJaIs:hover{
}

.phw-g-i-0ZJaIs:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-0ZKqEE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0b9FN6{
font-size:var(--phw-g-cards-title-font-size);
color:var(--body-color);
}

.phw-g-i-0cvymX{
}

.phw-g-i-0f6ecY{
}

.phw-g-i-0fV4q5{
}

.phw-g-i-0hoOTX{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-0iKosl{
}

.phw-g-i-0lkzff{
color:var(--brand-color-primary);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-0m9mZb{
}

.phw-g-i-0mLLow{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-0mLPe6{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0mvrjR{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:fill;
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-0n590K:hover{
}

.phw-g-i-0n590K{
}

.phw-g-i-0o3tnY{
font-family:var(--cms-g-pfdin);
border-style:none;
border-color:transparent;
}

.phw-g-i-0p5FYj{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0pESmx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-0pMFGm{
}

.phw-g-i-0pi2gp{
}

.phw-g-i-0qGX8f{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-0qtNi1{
}

.phw-g-i-0r7qyd{
line-height:1.5;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:18px;
}

.phw-g-i-0sQxGC{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-0ti1tX{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-0tzFnG{
}

.phw-g-i-0uQUhU{
}

.phw-g-i-0ucCnE{
height:auto;
}

.phw-g-i-0udUTl{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-0wOGfw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-0xIGgX{
border-color:var(--brand-color-primary);
background-color:transparent;
}

.phw-g-i-0xOvba{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-0yqEl5{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
}

.phw-g-i-0ywClw{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-113LUz{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-11VIoM{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-12DxEI{
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-size:16px;
}

.phw-g-i-12Kkoj{
object-fit:cover;
aspect-ratio:1/1;
}

.phw-g-i-14i6Vg{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-15LJ1Y{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-162jMO{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-16p9Pc{
}

.phw-g-i-172ePY{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-172ePY:hover{
}

.phw-g-i-196aSv{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-19rP6T{
}

.phw-g-i-X9PCzs:hover .phw-g-i-19rP6T{
color:var(--white);
}

.phw-g-i-1BONtc{
}

.phw-g-i-1C4zIp{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-1CKfJB{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-1CKfJB:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-1CKfJB.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-1CKfJB:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-1DRbhP{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-1DWjDV{
background:none;
background-image:none;
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
background-color:var(--brand-color-primary);
}

.phw-g-i-1Fgkjo{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-1HHXOI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-1IAvHc{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-1IIqH1{
}

.phw-g-i-1KByG7{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-1M9sbe{
}

.phw-g-i-qhQhRD:hover .phw-g-i-1M9sbe{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-DUgpHJ:hover .phw-g-i-1M9sbe{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-c9XO7I:hover .phw-g-i-1M9sbe{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-1M9sbe{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-1MA0Y1{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-1MHWHh{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-1Mo6RO{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-1OTRJe{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-1RENRn{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-1RtEaL{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-1S2jxT{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-1S8Izg{
}

.phw-g-i-1SdsOl{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1U0TVJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-1V3UVE{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-1VJ0KY{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1WHwcU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-1WcI2N{
background-color:transparent;
border-style:none;
}

.phw-g-i-1WcI2N:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-1WcI2N:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-1WcI2N:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-1WcI2N.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-1WcI2N:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-1XvQHq{
font-family:var(--cms-g-pfdin);
color:var(--body-color);
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-1Y1EwP{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1YyWcy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:center;
}

.phw-g-i-1ZSRYG{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1Zds7h{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1Zgg2k{
}

.phw-g-i-rQcHXj:hover .phw-g-i-1aIeWa{
color:var(--white);
}

.phw-g-i-1aIeWa{
}

.phw-g-i-1aSqTH{
}

.phw-g-i-1atThG{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-1bCrk6{
}

.phw-g-i-1bTpO7{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tQWzD0:hover .phw-g-i-1bTpO7{
}

.phw-g-i-1c3wHH{
padding-bottom:calc(var(--pu-space)*3.75);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-1dP6t3{
color:var(--white);
}

.phw-g-i-1dwXPX{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-1ed88K{
}

.phw-g-i-1ft2Wq{
}

.phw-g-i-1gFqbT{
}

.phw-g-i-1gJb6f{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Customerservice_banner-1734953879081.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-1gWIh0{
}

.phw-g-i-1h2mzP:hover{
transition:3.0000000000000004s;
}

.phw-g-i-1h2mzP{
}

.phw-g-i-1hAytv{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/420cb9aa-ee8c-4118-8b8b-63-1724171497830.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
}

.phw-g-i-1hVxKU{
}

.phw-g-i-1jOFrw{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-1jOFrw{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-1l87AK{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-1p3heT{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-1p8kfx{
}

.phw-g-i-1pynIL{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-1q75tu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-1rKEB6{
}

.phw-g-i-1rSYFn{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-kE4JUz:hover .phw-g-i-1rSrLp{
color:var(--white);
}

.phw-g-i-1rSrLp{
}

.phw-g-i-1rjAsr{
font-weight:400;
font-size:40px;
line-height:1.25;
}

.phw-g-i-1sjV3P{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-1tHtmb{
height:auto;
max-height:auto;
}

.phw-g-i-1uLFHR{
text-align:center;
}

.phw-g-i-1ujpyU{
}

.phw-g-i-1waD7U{
}

.phw-g-i-1wnDGA{
font-weight:600;
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
text-align:center;
}

.phw-g-i-ERksQd:hover .phw-g-i-1wnDGA{
color:var(--white);
}

.phw-g-i-1z31KF{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-1zCSVx{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-1zLWPo{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:contain;
background-repeat:no-repeat;
background-position:100% 100%;
}

.phw-g-i-1zRtnt{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-20JSdA{
border-width:5px;
border-color:var(--phw-custom-border_go-green-contrast008a00ff);
border-style:double;
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
min-height:var(--btn-height-lg);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-20JSdA:hover{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-20JSdA:focus{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-20JSdA:active{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--white);
color:var(--brand-color-primary);
}

.phw-g-i-20JSdA.disabled{
border-color:var(--disabled-color);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--disabled-color);
color:var(--btn-dark);
}
.phw-g-i-20JSdA:disabled{
border-color:var(--disabled-color);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
background-color:var(--disabled-color);
color:var(--btn-dark);
}

.phw-g-i-20JSdA:visited{
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
}

.phw-g-i-20JSdA:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}

.phw-g-i-20VTG0{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-20VTG0{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-20WKuV{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Drivers-1724163562474.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-20ufVY{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/e3bd942b-f206-49f3-9fe0-b1-1724169067715.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-23EtrB{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-240vK6{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-26DCe9{
}

.phw-g-i-26YZIJ{
padding-bottom:calc(var(--pu-space)*2.5);
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-287AEE{
}

.phw-g-i-28PuAh{
}

.phw-g-i-29DLOb{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
background-color:var(--phw-custom-white);
height:125px;
}

.phw-g-i-29J66W{
}

.phw-g-i-2C5chl{
}

.phw-g-i-2CwSdo{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-2EBVsx{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-2EBVsx:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-2EBVsx.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-2EBVsx:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-2EBVsx::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-2EBVsx:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-2EBVsx::-moz-placeholder{
font-size:16px;
}
.phw-g-i-2EBVsx::placeholder{
font-size:16px;
}

.phw-g-i-2EBhV5{
color:var(--phw-custom-dynamic-yellowfdda24ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-2ELqer{
}

.phw-g-i-2F0ZID{
aspect-ratio:3/2;
}

.phw-g-i-2FULdC{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-2FUxKM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-2FYmJu{
}

.phw-g-i-2FYmJu:hover{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-2FlXWw{
}
.phw-g-i-2FlXWw img{
object-fit:cover;
}

.phw-g-i-2G4Uwn{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-2GUoSA{
color:var(--text-dark);
font-weight:700;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-2GfQGt{
}

.phw-g-i-2H48LL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-2I2edV{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-2IJkkM{
}

.phw-g-i-2JCZGj{
}

.phw-g-i-2JSxeR{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-2KOmhD{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-2MMcVz{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-2MOxWG{
border-color:var(--phw-custom-whiteborderffffff);
border-style:none;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-2NzXE8{
}

.phw-g-i-2Ol3XL{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-2PdBwl{
}

.phw-g-i-2QpKT9{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-2R2kdf{
font-size:var(--phw-g-input-label-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-2RWviR{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-2SDD9v{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
}
.phw-g-i-2SDD9v img{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-2SbykZ{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
flex-direction:unset;
}

.phw-g-i-2SbykZ:hover{
border-width:3px;
font-weight:700;
color:var(--white);
}

.phw-g-i-2SbykZ:focus{
color:var(--white);
text-decoration:underline;
}

.phw-g-i-2SbykZ:active{
border-width:3px;
color:var(--white);
text-decoration:underline;
}

.phw-g-i-ga8E0T:hover .phw-g-i-2SbykZ{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
flex-direction:unset;
}

.phw-g-i-2TXgCf{
}

.phw-g-i-2TkOY9{
background-color:transparent;
color:var(--text-dark);
}

.phw-g-i-2TnNJP{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-2TnNJP:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-2TnNJP.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-2TnNJP:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-2TnNJP::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-2TnNJP:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-2TnNJP::-moz-placeholder{
font-size:16px;
}
.phw-g-i-2TnNJP::placeholder{
font-size:16px;
}

.phw-g-i-2U7Z9C{
border-top-left-radius:20%;
border-top-right-radius:20%;
border-bottom-left-radius:20%;
border-bottom-right-radius:20%;
}

.phw-g-i-2UVnN9{
}

.phw-g-i-2UeUsc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*1.25);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-2VcW3x{
background-color:var(--phw-custom-white);
color:var(--white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-rQcHXj:hover .phw-g-i-2VpzV6{
}

.phw-g-i-2VpzV6{
}

.phw-g-i-2X7ynL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-2XRB1f{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-2XfLJE{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Q7roLK:hover .phw-g-i-2XfLJE{
font-weight:700;
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-2XnCpf{
}

.phw-g-i-2Xx9T0{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
font-family:var(--cms-g-pfdin);
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-2Xx9T0:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
text-decoration:underline;
}

.phw-g-i-2Xx9T0:focus{
outline-style:none;
}

.phw-g-i-2ZBeFe{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-2ZgKKh{
color:var(--white);
display:inline-flex;
font-size:var(--paragraph-font-size-1);
line-height:var(--paragraph-line-height-1);
text-decoration:none;
}

.phw-g-i-2ZgKKh:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-2ZiQPO{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-2agh0P{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rQcHXj:hover .phw-g-i-2asfK6{
background-color:var(--brand-color-primary);
}

.phw-g-i-2asfK6{
}

.phw-g-i-2bJL6b{
}

.phw-g-i-ICplfx:hover .phw-g-i-2bJL6b{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-2bZmJ8{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-2cDTSx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-2dRDNu{
font-weight:700;
}

.phw-g-i-rQcHXj:hover .phw-g-i-2dRDNu{
color:var(--white);
}

.phw-g-i-2dxVLG{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-2eW5iE{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-2fSQKE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-2g1o17{
}

.phw-g-i-2gIcs1{
background-color:var(--brand-color-primary);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-2hRmf8{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-2i02GM{
background-image:none;
background-color:var(--phw-custom-grey_bg_40-oppacity);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}

.phw-g-i-2icVcj{
}

.phw-g-i-2irMgw{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-2jlqkF{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-sf3IoM:hover .phw-g-i-2o6jlD{
color:var(--white);
}

.phw-g-i-2o6jlD{
}

.phw-g-i-2onDLq{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-2p6JPc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-2q0Bgq{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-2qWtTR{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-2srWRy{
}

.phw-g-i-2tCfHO{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-2trtbn{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-2tyzgT{
}
.phw-g-i-2tyzgT img{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-2udyS4{
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-2v8HSi{
}

.phw-g-i-2wWnqy{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-2xYvca{
}

.phw-g-i-2zCIW7{
}

.phw-g-i-30tPdT{
fill:transparent;
}

.phw-g-i-31B58L{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
}

.phw-g-i-31vRdG{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-33C9dU{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-34sVkR{
}

.phw-g-i-353Mxg{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-35p89V{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-3661lA{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-36ENMf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-372KZz{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-mFQ0FM:hover .phw-g-i-378oPu{
color:var(--white);
}

.phw-g-i-378oPu{
}

.phw-g-i-37kUj6{
}

.phw-g-i-386wx6{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-39Y6BP{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
box-shadow:var(--box-shadow-style-1);
}

.phw-g-i-39cAam{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-3ABIzb{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-3BFhwg{
}

.phw-g-i-3C7tCx{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3ClT7D{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-3ClT7D:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-3ClT7D.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-3ClT7D:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-3ClT7D::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-3ClT7D:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-3ClT7D::-moz-placeholder{
font-size:16px;
}
.phw-g-i-3ClT7D::placeholder{
font-size:16px;
}

.phw-g-i-3DooIW{
}

.phw-g-i-3DvMgp{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-3EDn3Q{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-3EF8JG{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-3EGBmk{
font-size:var(--phw-g-cards-subtitle-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-3FouK1{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3GyG1w{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ERksQd:hover .phw-g-i-3GyG1w{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-3HYNmd{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-3INdZR{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-3IVP5G{
}

.phw-g-i-3Ik97q{
}

.phw-g-i-3JbZJk{
}

.phw-g-i-XdRUVu:hover .phw-g-i-3JbZJk{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-3NbpUG{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-3NeHlY{
font-weight:400;
font-size:36px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-3NeHlY{
font-weight:700;
font-size:40px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-3OnsWQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-3OnsWQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-3OnsWQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-3OnsWQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-3Osv5s{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-3Pu6wj{
font-weight:700;
color:var(--phw-custom-dynamic-yellowfdda24ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-3QT5Wo{
}

.phw-g-i-3QUJx5{
}

.phw-g-i-3SKy3q{
}

.phw-g-i-3SxzUd{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-3TOP0J{
}

.phw-g-i-3TcCOl{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-aONGTb:hover .phw-g-i-3TcCOl{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-3VHG5d{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-3Vup1C{
font-size:var(--phw-g-button-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-3Vup1C{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-3XS565{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-3ZrkbB{
}

.phw-g-i-3a4mL1{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-3bbLuw{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-3c1jao{
font-weight:300;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3fdnte{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3g7ZFA{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-3hLB2f{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-3hi1a6{
}

.phw-g-i-3isbIX{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3jEqLq{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-3kASfP{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-QOpNP8:hover .phw-g-i-3kASfP{
}

.phw-g-i-3mpbvJ{
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*10);
margin-bottom:calc(var(--mu-space)*1.25);
}

.phw-g-i-3n8t4w{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-3nHchr{
color:var(--white);
}

.phw-g-i-3nHchr{
}

.phw-g-i-3pTBns{
font-family:var(--cms-g-rmfirstclass);
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-1h2mzP:hover .phw-g-i-3pTBns{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-quUW08:hover .phw-g-i-3pTBns{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-K4KM6C:hover .phw-g-i-3pTBns{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-uX1r44:hover .phw-g-i-3pTBns{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-3pkIN6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-3qwRCA{
}

.phw-g-i-3rhBQ4{
}

.phw-g-i-3rhBQ4:hover{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-3sOt6i{
font-weight:400;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rQcHXj:hover .phw-g-i-3sTrqX{
color:var(--white);
}

.phw-g-i-3sTrqX{
}

.phw-g-i-3t6iZl{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:transparent;
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-3t6iZl{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-3tL5wl{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-3taBQY{
}

.phw-g-i-3u6d8H{
}

.phw-g-i-3umqZE{
}

.phw-g-i-3wfMt2{
}

.phw-g-i-3xq0YL{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-ICplfx:hover .phw-g-i-3xq0YL{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-3yyViL{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
}

.phw-g-i-ERksQd:hover .phw-g-i-3yyViL{
color:var(--white);
}

.phw-g-i-3zFVy7{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-3zNHG0{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-3zoUYD{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:none;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-4022h5{
}

.phw-g-i-40jXa1{
}

.phw-g-i-41I8Ig{
}

.phw-g-i-41UmI0{
}

.phw-g-i-427Ytp{
}

.phw-g-i-432I1b{
font-size:20px;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-4336bm{
}

.phw-g-i-44h2IV{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 0%;
}

.phw-g-i-453mxu{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-46WSsJ{
}

.phw-g-i-46hYMA{
}

.phw-g-i-47QYcI{
}

.phw-g-i-47VwDM{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-47wi8p{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-48tVjX{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-499wZH{
}

.phw-g-i-49D2a2{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-49aWoW{
}

.phw-g-i-49gUoQ{
}

.phw-g-i-4B8pvb{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-4BR03z{
}

.phw-g-i-4CR4ov{
}

.phw-g-i-4CSLzH{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-4CkGCJ{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-4DXXYZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-4DfLl8{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-4F1Phq{
background:none;
background-image:none;
background-color:var(--widget-bg-primary-color);
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-4F2Jxt{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-4FE34E{
}

.phw-g-i-4FGCWz{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-4FQMI2{
}

.phw-g-i-4FiSza{
}

.phw-g-i-4FmChq{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-4GwdmH{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-4HM1BM{
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-align:center;
}

.phw-g-i-aONGTb:hover .phw-g-i-4HM1BM{
font-weight:700;
color:var(--white);
}

.phw-g-i-4J7WtM{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-4JW7aV{
}

.phw-g-i-4Jubyl{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-4Jubyl{
background-color:var(--brand-color-primary);
}

.phw-g-i-4KZ6CS{
}

.phw-g-i-4MFepK{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-4MMS2V{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Uo892P:hover .phw-g-i-4MMS2V{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-4MQA6S{
}

.phw-g-i-4NUUs8{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-4NUUs8:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-4NUUs8.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-4NUUs8:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-4Ng3VM{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-4Omaxn{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-4OnAaF{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
}

.phw-g-i-4Or6Ub{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-4PKwAt{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4QWzH4{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-4RJJAy{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-4RJJAy{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-4RqVik{
font-size:24px;
line-height:var(--paragraph-line-height-3);
color:var(--white);
}

.phw-g-i-4VqB5N{
}

.phw-g-i-4ZI8Ab{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-iysyKG:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-eynqgL:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-5Ouzcw:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-DPRpCw:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-v7ClKT:hover .phw-g-i-4ZI8Ab{
}

.phw-g-i-4Zx2Lb{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-4aODkW{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-4anuTU{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-dZPwB1:hover .phw-g-i-4anuTU{
}

.phw-g-i-fFp7bU:hover .phw-g-i-4anuTU{
}

.phw-g-i-HA920a:hover .phw-g-i-4anuTU{
}

.phw-g-i-4aqtkv{
}

.phw-g-i-4aznD1{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-4d69zN{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-4dDQBz{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-4fDHH9{
padding-bottom:calc(var(--pu-space)*6.25);
padding-top:calc(var(--pu-space)*0);
}

.phw-g-i-4fSLSu{
}

.phw-g-i-4feZvG{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-4fuYR1{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4gR5yi{
background-color:var(--phw-custom-white);
}

.phw-g-i-4h7B3X{
text-align:center;
}

.phw-g-i-4hNYbE{
}

.phw-g-i-4huxF5{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4i7Uxw{
}

.phw-g-i-4j8hgu{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4jCMO9{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
}

.phw-g-i-4jUa7r{
}

.phw-g-i-4jUq51{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4jioXn{
}

.phw-g-i-4lZ23O{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-4mcK9h{
}

.phw-g-i-4nO7J8{
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*3.75);
padding-inline-start:calc(var(--pu-space)*3.75);
padding-bottom:calc(var(--pu-space)*6.25);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-4nOka5{
}

.phw-g-i-4nabY4{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-4nabY4{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-4ozump{
}

.phw-g-i-4ozump:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-4pWjzb{
}

.phw-g-i-4phTnC{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-4qgkkF{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-4rFQb9{
}

.phw-g-i-4tNQYi{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-4tsWgx{
font-size:18px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4u9p8K{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-4uZHyH{
}

.phw-g-i-4utJzA{
}

.phw-g-i-4wTVpK{
background-color:var(--phw-custom-white);
}

.phw-g-i-4wsDJm{
background-color:var(--phw-custom-white);
}

.phw-g-i-4xHGl4{
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-4zJt2L{
}

.phw-g-i-4zNH3j{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*6.25);
}

.phw-g-i-4ziewk{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-4zsJOY{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-4zzMNg{
fill:transparent;
}

.phw-g-i-503EpG{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-50Nu9x{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-Bycu8n:hover .phw-g-i-50Nu9x{
color:var(--white);
}

.phw-g-i-2FYmJu:hover .phw-g-i-50Nu9x{
color:var(--white);
}

.phw-g-i-50PgQY{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-50toII{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-HA920a:hover .phw-g-i-50toII{
color:var(--white);
}

.phw-g-i-51sFHg{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-52B470{
font-family:var(--cms-g-pfdin);
font-style:normal;
font-weight:700;
}

.phw-g-i-52c2ET{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-56MAhf{
}

.phw-g-i-58fzKH{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-59NN8u{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/72931ade-f46d-4987-958c-9-1724169062357.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-5CPGcS{
padding-bottom:calc(var(--pu-space)*10);
padding-top:calc(var(--pu-space)*2.5);
}

.phw-g-i-5CqS6R{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-5Csagu{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-5EBpgQ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-5Elrxn{
}

.phw-g-i-5EtSd6{
color:var(--text-dark);
background-color:var(--phw-custom-bright-red_bge63338ff);
}

.phw-g-i-5HC6Yq{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-5HbObu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-5Lgj0p{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-5MEjiM{
}

.phw-g-i-5MaBVV{
}

.phw-g-i-5MlU32{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
}

.phw-g-i-5OQ82k{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-repeat:no-repeat;
}

.phw-g-i-5Oa2R0{
}

.phw-g-i-5OrZhT{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-5Ouzcw{
border-top-left-radius:5%;
border-bottom-left-radius:5%;
border-top-right-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-5Ouzcw:hover{
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-qS3l6V:hover .phw-g-i-5QG0al{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-5QG0al{
}

.phw-g-i-5ROarF{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-5S0rsu{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-5SSJxt{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-5Spp8D{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-5SzQGU{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--white);
}

.phw-g-i-5TfKyw{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-5ULYv1{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rQcHXj:hover .phw-g-i-5ULYv1{
color:var(--white);
}

.phw-g-i-5UoOwF{
}

.phw-g-i-5WWZrU{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-5Watkx{
}

.phw-g-i-5WbsEb{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-5X1roe{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-5X1roe{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-5XAdJ4{
}

.phw-g-i-X9PCzs:hover .phw-g-i-5XAdJ4{
color:var(--white);
}

.phw-g-i-5YA9hn{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Uo892P:hover .phw-g-i-5YA9hn{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-5Z0FRd{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-5Z6tcB{
}
.phw-g-i-5Z6tcB img{
object-fit:cover;
}

.phw-g-i-5Zm6L6{
background-color:transparent;
}

.phw-g-i-5ayWev{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-5ayWev{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-5biPpq{
font-weight:400;
font-size:40px;
line-height:1.25;
}

.phw-g-i-5bzqmu{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-widget-subheading-font-size);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-5eEgfI{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-5eEgfI{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-uOB5pY:hover .phw-g-i-5eEgfI{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-5eYriR{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-5euvcY{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-5ewhNc{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-5fKiKK{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-JmHDwk:hover .phw-g-i-5fKiKK{
}

.phw-g-i-5guqVQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-5htywv{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-5iBaKM{
justify-content:end;
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
align-items:center;
}

.phw-g-i-5jeO46{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-5kWPSo{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-5lM6TV{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-position:50% 0%;
background-size:tile;
}

.phw-g-i-5lijSE{
}

.phw-g-i-5meBBX{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-color:transparent;
background-color:transparent;
padding:0;
box-shadow:none;
text-decoration:none;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-5meBBX:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-5n5RVQ{
}

.phw-g-i-5ow6DS{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-5pTYim{
font-family:var(--cms-g-pfdin);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-primarylighte63338);
text-align:start;
}

.phw-g-i-5qIvQ4{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-5qtTpj{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-5sEt06{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-5sWbeQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-5t4q12{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-5tG7jc{
}

.phw-g-i-5tLSw3{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-5uF7cV{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
}

.phw-g-i-5uOT88{
}

.phw-g-i-5vVHvN{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-5veYw8{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-5wQPFY{
}

.phw-g-i-5wVIkV{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-5wyxk0{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-5yytOu{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-5z188D{
color:var(--phw-custom-darkgrey404044);
margin-bottom:calc(var(--mu-space)*2.5);
}

.phw-g-i-60hdtr{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-61rMqu{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-62mHHM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-62zcS2{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-63DaxL{
}

.phw-g-i-64VgIZ{
color:var(--white);
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-64VgIZ:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
}

.phw-g-i-66SMw5{
background-color:transparent;
}

.phw-g-i-66YF0L{
}

.phw-g-i-679ZOS{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-679cme{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-69rU9u{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6AEukA{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-6BIedB{
}

.phw-g-i-6BKVJn{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6BTyp0{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--phw-custom-dark-color-light4a4a4a);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-6BTyp0:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-6BbVVY{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-6Dgg3L{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-6DtEo8{
padding-top:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6EVSuJ{
font-weight:400;
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-6FuIWz{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--white);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-6GnzaI{
}

.phw-g-i-6H0GkW{
}

.phw-g-i-6H0GkW{
}

.phw-g-i-6H2KaF{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-6Hm3jH{
}

.phw-g-i-6IXUu5{
}
.phw-g-i-6IXUu5 img{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-6JjRv7{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-6K2CEt{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6KI3Va{
}

.phw-g-i-6KT16Z{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-6KsrTm{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-6LrZhS{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-6MT7jh{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-6NDNDg{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-6NiCzy{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-6NtnRc{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6PLAMV{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-6PYC5l{
}

.phw-g-i-6QosMP{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-6QwDmc{
}

.phw-g-i-6R93En{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-6SKqvP{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Legalriskgovernance_banner-1735921789211.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 0%;
}

.phw-g-i-6SLSMG{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-6VDwaF{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-puMGPo:hover .phw-g-i-6Vvl52{
}

.phw-g-i-6Vvl52{
}

.phw-g-i-6X7J68{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-6XWewF{
border-color:var(--phw-custom-whiteborderffffff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-6XdMOh{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-6Z2NDu{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Bycu8n:hover .phw-g-i-6Z2NDu{
}

.phw-g-i-6ZMiUQ{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-6ZMiUQ{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-6a02lB{
object-fit:cover;
aspect-ratio:1/1;
}

.phw-g-i-6aFxsi{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-fCb6Iq:hover .phw-g-i-6aFxsi{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-6akp0O{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6bBwSj{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-6c1rqh{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6cM0sD{
}

.phw-g-i-6ccC2x{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-6d51FI{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6dItBt{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-6eP3jz{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-6eaczZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-6fXEbc{
}

.phw-g-i-6hOEQd{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-6hXZCj{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-6hXZCj:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-6hXZCj.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-6hXZCj:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-6hYchU{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
font-weight:700;
}

.phw-g-i-6ikgTt{
}

.phw-g-i-6jj4O4{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-6kc35X{
}

.phw-g-i-6kuSW7{
}

.phw-g-i-6lJ7MO{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-6lc5YX{
font-size:var(--phw-g-cards-title-font-size);
line-height:1.5;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-6mTXRH{
}

.phw-g-i-6mWYoa{
font-size:var(--phw-g-widget-title-font-size);
line-height:1;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-6na7ZZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-6oTAAO{
background-color:transparent;
border-style:none;
}

.phw-g-i-6oTAAO:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-6oTAAO:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-6oTAAO:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-6oTAAO.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-6oTAAO:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-6oloqf{
font-size:24px;
line-height:var(--paragraph-line-height-3);
color:var(--body-color);
}

.phw-g-i-6omkOe{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
padding-top:calc(var(--pu-space)*9.375);
}

.phw-g-i-6sKxhN{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6sS1TJ{
background-color:transparent;
}

.phw-g-i-6tMAaH{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-6tMAaH{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-6wDJ6a{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-6xOCis{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-6yAdDh{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-6yTvtN{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-EPcDc9:hover .phw-g-i-6yTvtN{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-70EvuD{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-70sNrG{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-v4oCFy:hover .phw-g-i-70sNrG{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-qhQhRD:hover .phw-g-i-70sNrG{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-70yK7e{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-PmNivS:hover .phw-g-i-70yK7e{
color:var(--white);
}

.phw-g-i-71kbHW{
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-72cYxM{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
font-size:40px;
}

.phw-g-i-dZPwB1:hover .phw-g-i-72cYxM{
font-weight:700;
font-size:40px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-73AfCl{
font-size:16px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-73oJ9C{
}

.phw-g-i-XdRUVu:hover .phw-g-i-73oJ9C{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-73ydnu{
}

.phw-g-i-74xuIJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-76aqo9{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-77Cln3{
}

.phw-g-i-79wCeS{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-7C930l{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-7Cxpwp{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-7EwzrR{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-7FpCJ0{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-7GpgaG{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-6BIedB:hover .phw-g-i-7GpgaG{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-7ILxNx{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-7ITwpj{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/TC_header_1-1734713735630.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-size:cover;
}

.phw-g-i-7Jo0ud{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-7L4QTN{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-7LWTIS{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
}

.phw-g-i-7M7slY{
font-weight:400;
font-size:40px;
line-height:1.25;
}

.phw-g-i-7N7hOd{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-7OMrKX{
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-sf3IoM:hover .phw-g-i-7OMrKX{
color:var(--white);
}

.phw-g-i-7OXrtn{
font-weight:300;
font-size:50px;
line-height:1.25;
color:var(--black);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-7QPmNx{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-7SGNjC{
color:var(--white);
}

.phw-g-i-7U5WX3{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-7Uceap{
}

.phw-g-i-7VKFcv{
}

.phw-g-i-7Wfn9w{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-7Xpk2Z{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-7aAYO4{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-7arDIm{
}

.phw-g-i-7bgclN{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-7c4MEE{
font-size:16px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-7cz40A{
}

.phw-g-i-7dCQcQ{
}

.phw-g-i-7dut7v{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-7dut7v:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
font-weight:400;
}

.phw-g-i-7eFd4o{
border-top-left-radius:5%;
border-top-right-radius:5%;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-7eu0W2{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-7fFapw{
fill:var(--icon-light);
}

.phw-g-i-rQcHXj:hover .phw-g-i-7g1yLj{
background-color:var(--brand-color-primary);
}

.phw-g-i-7g1yLj{
}

.phw-g-i-7iqgAZ{
border-top-left-radius:20%;
border-top-right-radius:20%;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-HA920a:hover .phw-g-i-7iqgAZ{
}

.phw-g-i-7jtATo{
}

.phw-g-i-7lWzSA{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-7n2KUV{
background:none;
background-image:none;
}

.phw-g-i-7nIuwL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-7nOAWL{
}

.phw-g-i-99hgWI:hover .phw-g-i-7nmcyS{
background-color:var(--brand-color-primary);
}

.phw-g-i-7nmcyS{
}

.phw-g-i-7oABzL{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-7oTCXr{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-7ordaU{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:300;
}

.phw-g-i-7rD4wf{
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-7sA2SJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-7soA2C{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-7t19up{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-7thYBl{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-7ukCRD{
}

.phw-g-i-7umuDn{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-7vCASX{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-7w5CeF{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/33969d3f-1d5f-41f5-af5a-c-1724169065057.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-7wEnz0{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
padding-top:calc(var(--pu-space)*1.25);
}

.phw-g-i-7x9rbu{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 0%;
}

.phw-g-i-7xGUD6{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-810wti{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
color:var(--link-hover-color);
font-weight:700;
}

.phw-g-i-812U2f{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-826Wb5{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-82EZTO{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-82JQJI{
background-color:transparent;
}

.phw-g-i-84UNIr{
}

.phw-g-i-85iLlV{
}

.phw-g-i-86Wqt6{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-87cy0r{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-88qJFw{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-89QIGL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-89wpyq{
}

.phw-g-i-8AEOCY{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-8Am6ZI{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-8Am6ZI{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-8AmdPK{
object-fit:cover;
}

.phw-g-i-8Amhvq{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-8BDtLN{
}
.phw-g-i-8BDtLN img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-8BFJ0u{
font-size:var(--phw-g-widget-title-font-size);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
line-height:1;
}

.phw-g-i-8BJgog{
}

.phw-g-i-8BSHY8{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-inline-start:calc(var(--mu-space)*-2.5);
margin-inline-end:calc(var(--mu-space)*-2.5);
}

.phw-g-i-8BtaBd{
background-color:var(--phw-custom-white);
transition:all 0.2s;
}

.phw-g-i-8D6bWw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-8DPixG{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
color:var(--link-hover-color);
font-weight:700;
}

.phw-g-i-rQcHXj:hover .phw-g-i-8DSZIm{
color:var(--white);
}

.phw-g-i-8DSZIm{
}

.phw-g-i-8IJfKZ{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-8ILVPs{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-8JWVV0{
font-size:var(--phw-g-cards-title-font-size);
color:var(--brand-color-primary);
}

.phw-g-i-8L1SLq{
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-04eyYD:hover .phw-g-i-8L1SLq{
color:var(--white);
}

.phw-g-i-8L6peN{
}

.phw-g-i-8LgXfQ{
}

.phw-g-i-8MFU6M{
font-size:var(--phw-g-regular-text-font-size);
font-weight:700;
}

.phw-g-i-8NNYSt{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-8OcDcJ{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-8Ot6Bf{
}

.phw-g-i-8P4wQg{
}

.phw-g-i-8P9TLV{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-8S7g6O{
color:var(--white);
}

.phw-g-i-8S9R5Z{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-8Trzgc{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-8VDxGR{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-8WwBNn{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-8XHw8V{
}

.phw-g-i-8YIB27{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-8YcxH7{
}

.phw-g-i-8YwWmn{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-8Zm3Ta{
color:var(--white);
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-8afEGz{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
font-family:var(--cms-g-rmfirstclass);
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-8afEGz{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-8bBzgP{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-8cl9OZ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-8cl9OZ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-8cl9OZ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-8cl9OZ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-8cnlrb{
}

.phw-g-i-8df0XT{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-8e6s70{
}

.phw-g-i-8eM5hI{
}

.phw-g-i-8fmAJb{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-8g0MFk{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--link-hover-color);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-8iCv8b{
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-8jLH3M{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-8jgLx5{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-8k0Glz{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-8k4mcU{
}

.phw-g-i-8mFj4h{
}

.phw-g-i-8mJO9K{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-8nREGa{
}

.phw-g-i-8nVYYI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-8nvhxf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-8o4Yeh{
}

.phw-g-i-8p85J8{
}

.phw-g-i-8pcJL0{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-8pgMoS{
background-color:var(--phw-custom-royal-mail-red_40-oppacity);
color:var(--white);
font-weight:400;
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-8qa5S8{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-8qizUb{
}

.phw-g-i-8qoGog{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Opsmanagement_headerbanner1-1734951936023.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
}

.phw-g-i-8rEPro{
}

.phw-g-i-8rZTVX{
}

.phw-g-i-8rkfLr{
}

.phw-g-i-8sYNqn{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:var(--input-font-size-lg);
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-8sYNqn:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-8sYNqn.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-8sYNqn:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-8tqhiI{
}

.phw-g-i-8uu1xG{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-8uvRGw{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-8uvRGw:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-8uvRGw.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-8uvRGw:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-8uvRGw::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-8uvRGw:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-8uvRGw::-moz-placeholder{
font-size:16px;
}
.phw-g-i-8uvRGw::placeholder{
font-size:16px;
}

.phw-g-i-8vdSZv{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-8xMT7k{
aspect-ratio:3/2;
object-fit:cover;
text-align:right;
}

.phw-g-i-8xMqtU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-8xc17F{
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-8y20kA{
}

.phw-g-i-8yiFyu{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-8yv7eZ{
padding-bottom:calc(var(--pu-space)*1.125);
}

.phw-g-i-90P5kA{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-90rFIv:hover{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
border-top-left-radius:5%;
}

.phw-g-i-90rFIv{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-pink_bg_40-oppacity);
}

.phw-g-i-91DbrU{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-91EfDB{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-92MjiW{
fill:transparent;
}

.phw-g-i-92U29W{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-92gLx6{
background-color:var(--phw-custom-white);
}

.phw-g-i-92yNaV{
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-93CuL5{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-93VLb2{
}

.phw-g-i-93sTEK{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-945Yw2{
}

.phw-g-i-968jYo{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-969o0e{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-986XZh{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-98CMF6{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-99hgWI{
}

.phw-g-i-99rB6u{
}

.phw-g-i-9AIQKA{
}

.phw-g-i-9AOyMy{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-9Az2Dx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-9Cj7iJ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9Djs28{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-9Djs28:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
}

.phw-g-i-9E2cwg{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-9Ecv4a{
}

.phw-g-i-9FlQJv{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-9Fy2lG{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Media_and_Communications-1732109584787.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-9ISawK{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
}

.phw-g-i-9LC3I5{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-9LN7DZ{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-W33rnu:hover .phw-g-i-9LN7DZ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-9MEg35{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-9MUtpU{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-9MfcP3{
font-family:var(--cms-g-pfdin);
color:var(--link-color);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-9NERPr{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-9NFuqG{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-9NJFXy{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
background-color:var(--phw-custom-white);
height:150px;
}

.phw-g-i-9Nbkbg{
}

.phw-g-i-9O5uzk{
font-size:30px;
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-9OJQ6H{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Uo892P:hover .phw-g-i-9OJQ6H{
text-transform:uppercase;
}

.phw-g-i-9PUY2A{
font-family:var(--cms-g-pfdin);
margin-bottom:auto;
margin-top:auto;
}

.phw-g-i-9QkSbz{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-9R3U1w{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9Vnt7t{
}

.phw-g-i-9WLTiM{
}

.phw-g-i-9WqGzY{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9YuDTU{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-9YxqC5{
}

.phw-g-i-9YzXa3{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-9ZYBTW{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-9Zap8i{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-9ZmU74{
}

.phw-g-i-9bLw4I{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9cII0u{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-9ddZDS{
font-family:var(--cms-g-rmfirstclass);
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-9dfQDk{
background-color:var(--phw-custom-white);
border-color:var(--brand-color-primary);
border-width:2px;
border-style:solid;
color:var(--body-color);
}

.phw-g-i-dZPwB1:hover .phw-g-i-9dfQDk{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:transparent;
border-style:hidden;
color:var(--white);
}

.phw-g-i-9ecerD{
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-9gY8E4{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-9hBtnt{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
text-transform:none;
font-style:normal;
}

.phw-g-i-9hIwIG{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-EPcDc9:hover .phw-g-i-9hIwIG{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-9hKwFR{
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-9hm1JK{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-9hsRXb{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9hukqP{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-9iMktb{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9jPt1G{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-9jduzz{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-9jfDGd{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-9ju4eF{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-9jz02R{
}

.phw-g-i-9k4oEo{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9k7nsR{
}

.phw-g-i-9kvk5l{
border-style:solid;
border-color:var(--phw-custom-whiteborderffffff);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-9oB6Ch{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-9pmvuU{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-6BIedB:hover .phw-g-i-9qgZaO{
color:var(--white);
}

.phw-g-i-9qgZaO{
}

.phw-g-i-9s8LLo{
}

.phw-g-i-9sPLZx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-tQWzD0:hover .phw-g-i-9sPLZx{
}

.phw-g-i-9sh9uG{
}

.phw-g-i-9tpaFb{
}

.phw-g-i-9ukYUM{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-9vEwgg{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
}

.phw-g-i-9vOTTD{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-dZPwB1:hover .phw-g-i-9vOTTD{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
font-weight:700;
text-align:center;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-9wDeGW{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.5;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-9x8Ka5{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-repeat:no-repeat;
background-size:tile;
background-position:50% 50%;
}

.phw-g-i-9xH3zo{
font-weight:700;
}

.phw-g-i-9xYzlV{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-9xd93d{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-9yhX1R{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--white);
}

.phw-g-i-9z29vs{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-9zqJIB{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-A1FH0C{
}

.phw-g-i-A1SNxF{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-A1SNxF{
font-weight:400;
font-size:34px;
color:var(--white);
}

.phw-g-i-A1WWlJ{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-A2TZMG{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-A5LEiU{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-A5LEiU:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-A5LEiU.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-A5LEiU:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-A5LEiU::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-A5LEiU:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-A5LEiU::-moz-placeholder{
font-size:16px;
}
.phw-g-i-A5LEiU::placeholder{
font-size:16px;
}

.phw-g-i-A785Hb{
}

.phw-g-i-A7UgQu{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-A8DOQI{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 0%;
}

.phw-g-i-A8cFh3{
}

.phw-g-i-A8nQrS{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-AAJShG{
background-color:var(--phw-custom-pink_bg_40-oppacity);
}

.phw-g-i-AAlzdB{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-AAyF1O{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-ABMyu8{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-ABMyu8:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-ABMyu8.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-ABMyu8:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ACoJNM{
}

.phw-g-i-AD9RSQ{
}

.phw-g-i-ADdHTd{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-ADdHTd{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-AEfdvm{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-AFUlMr{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-AFUlMr{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-AFkutj{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-AGruvJ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:16px;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-AGruvJ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-AGruvJ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-AGruvJ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-AHemO7{
}

.phw-g-i-AHjyDg{
border-top-left-radius:10%;
border-top-right-radius:10%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-AHjyDg{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-AISVy8{
font-weight:700;
}

.phw-g-i-X9PCzs:hover .phw-g-i-AISVy8{
}

.phw-g-i-AIgJSI{
}

.phw-g-i-ALkJEl{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-AMwqcA{
}

.phw-g-i-AN7HVy{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-AOtu9Q{
}

.phw-g-i-APODdb{
aspect-ratio:3/2;
}

.phw-g-i-AQAA0i{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-AQi1Ol{
}

.phw-g-i-ARimAC{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ASWgaQ{
}

.phw-g-i-ATtBDX{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ATtL6A{
}

.phw-g-i-AUXvpc{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/HeadOffice_woman_banner-1734523121919.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-AWkR95{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-AWluYL{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:none;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
background-color:var(--phw-custom-bg_go-green-contrast008a00ff);
}

.phw-g-i-AX0DLG{
}

.phw-g-i-AXFws3{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-AXvHGd{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-AXvHGd:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-AXvHGd.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-AXvHGd:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-AYBYhp{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-AYDM2b{
}

.phw-g-i-AYlYVM{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-AZAAer{
color:transparent;
}

.phw-g-i-AZKkWW{
border-top-left-radius:calc(var(--border-radius-base)*6.25);
border-top-right-radius:calc(var(--border-radius-base)*6.25);
border-bottom-left-radius:calc(var(--border-radius-base)*6.25);
border-bottom-right-radius:calc(var(--border-radius-base)*6.25);
background-color:var(--phw-custom-white);
}

.phw-g-i-AagUtP{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-AbJBMI{
font-size:16px;
line-height:1.5;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-AbcHSJ{
font-weight:700;
}

.phw-g-i-X9PCzs:hover .phw-g-i-AbcHSJ{
}

.phw-g-i-AdT0nM{
aspect-ratio:3/2;
}

.phw-g-i-Ag8Tov{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-AglKpJ{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-Ak6Yre{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
background-size:cover;
}

.phw-g-i-Akrk3a{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-AmeWfl{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-AoGiaV{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-AoJYN7{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
font-size:34px;
text-align:center;
}

.phw-g-i-ApL6cI{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
}
.phw-g-i-ApL6cI img{
object-fit:cover;
}

.phw-g-i-ApnKeQ{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-Aprprv{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-ArF5af{
font-size:18px;
}

.phw-g-i-ArvZ0Q{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-AsBXCs{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Asrv7p{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-AtIupP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Au4lb9{
font-size:20px;
text-align:start;
}

.phw-g-i-AunqIE{
font-size:20px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-AvOc3w{
background-color:var(--phw-custom-orange_bgf3920dff);
color:var(--text-dark);
}

.phw-g-i-AvTeKt{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-AxO4Eb{
}

.phw-g-i-AziW3H{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-B1Ba5F{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-B1XnlX{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-B1XnlX{
}

.phw-g-i-B21rYT{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-B25Jmm{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-rQcHXj:hover .phw-g-i-B2hWWh{
background-color:var(--brand-color-primary);
}

.phw-g-i-B2hWWh{
}

.phw-g-i-B35gpa{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-B37D05{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-B3dhsP{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-B48Bb1{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-B528bE{
}

.phw-g-i-B6BL0Z{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-weight:400;
}

.phw-g-i-04eyYD:hover .phw-g-i-B6BL0Z{
color:var(--white);
}

.phw-g-i-B6UYPu{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-B6WNAC{
}

.phw-g-i-B8JMWp{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-B8VvVi{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.5;
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-B8hrkR{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-B9MVPU{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-BATW7s{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-BC8SBy{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-BDM67y{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-BDQDGI{
}

.phw-g-i-BDUefm{
background-color:var(--phw-custom-white);
}

.phw-g-i-BDmTpz{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-BEMjtH{
}

.phw-g-i-BFaGeG{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-BHiIQX{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-BITvUo{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-BIigjf{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-BKIpti{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-BKIpti:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-BKIpti.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-BKIpti:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-BKhrVD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-BM2VMx{
}

.phw-g-i-BMmK7g{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-BNEwLN{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-kwd1im:hover .phw-g-i-BNEwLN{
}

.phw-g-i-tQWzD0:hover .phw-g-i-BNEwLN{
}

.phw-g-i-BNIk3m{
border-width:1px;
border-color:transparent;
border-style:solid;
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-BNZ9jd{
font-size:24px;
line-height:var(--paragraph-line-height-3);
color:var(--white);
}

.phw-g-i-BQklDm{
background-color:transparent;
color:var(--text-dark);
}

.phw-g-i-BQmw4N{
}

.phw-g-i-BQqpKX{
}

.phw-g-i-BR1Jhw{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-BR7fiq{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-BRUGA8{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-BSmF7b{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-BSqRg0{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-BTgUtX{
}

.phw-g-i-BTtQtj{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-fCb6Iq:hover .phw-g-i-BTtQtj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-BTvj3l{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-BTvj3l:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-BTvj3l.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-BTvj3l:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-BTvj3l::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-BTvj3l:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-BTvj3l::-moz-placeholder{
font-size:16px;
}
.phw-g-i-BTvj3l::placeholder{
font-size:16px;
}

.phw-g-i-BU1Yle{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-large-text-font-size);
}

.phw-g-i-BU2w5n{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-tNyJP5:hover .phw-g-i-BU2w5n{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-BVO4jN{
}

.phw-g-i-BX1Oj0{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-BXD0qe{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-BXD0qe{
}

.phw-g-i-BXGHTF{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-BXNXxx{
font-weight:600;
font-size:var(--font-size-13);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-LIKkeE:hover .phw-g-i-BXNXxx{
}

.phw-g-i-BYkAeF{
}

.phw-g-i-BYpUfK{
}

.phw-g-i-Bamrg0::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-Bamrg0:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-Bamrg0::-moz-placeholder{
font-size:14px;
}
.phw-g-i-Bamrg0::placeholder{
font-size:14px;
}

.phw-g-i-Bamrg0{
}

.phw-g-i-Bb3yxB{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-BbCCEu{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-BcUPwJ{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Bd3SCR{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
border-bottom-left-radius:calc(var(--border-radius-base)*2.5);
border-bottom-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-BeZyHZ{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-BesO1E{
font-weight:400;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
border-color:transparent;
}

.phw-g-i-dZPwB1:hover .phw-g-i-BesO1E{
font-weight:700;
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-BfSvqy{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-BfqpRT{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-BhaOjj{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-BhaOjj:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-BhaOjj.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-BhaOjj:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-BjFmE1{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-BjFmE1:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-BjFmE1.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-BjFmE1:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-BkPPhn{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-BkWS7N{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-BllKx5{
}

.phw-g-i-Blwkuk{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-BmbAv8{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-BnYrop{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Bo7FvS{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-BpZdNA{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-BpvSh1{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-BqSF8D{
}

.phw-g-i-BqVI3N{
}

.phw-g-i-BrTVhh{
font-size:var(--phw-g-widget-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:start;
}

.phw-g-i-BswhGO{
fill:transparent;
}

.phw-g-i-BupAZH{
}

.phw-g-i-Uo892P:hover .phw-g-i-BupX3p{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-BupX3p{
}

.phw-g-i-Bv8tZd{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Bvl1I4{
}

.phw-g-i-BwpmiB{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Bx3r0S{
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-BxBXY8{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-BxPTBY{
}

.phw-g-i-Bxhmmm{
border-style:solid;
border-color:var(--brand-color-primary);
}

.phw-g-i-Bycu8n{
}

.phw-g-i-ByrIBB{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-Bz5Yun{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-BzdRG5{
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-C0MZa2{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-C3bzUe{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ICplfx:hover .phw-g-i-C3bzUe{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-C3uHiO{
}

.phw-g-i-XdRUVu:hover .phw-g-i-C3uHiO{
object-fit:cover;
aspect-ratio:16/9;
overflow:scroll;
}

.phw-g-i-cK7DPP:hover .phw-g-i-C3uHiO{
object-fit:cover;
aspect-ratio:16/9;
overflow:scroll;
}

.phw-g-i-C4AuXU{
fill:var(--phw-custom-icon_black000000);
color:var(--phw-custom-icon_black000000);
}

.phw-g-i-C4NPjm{
background-color:var(--phw-custom-black2a2a2dff);
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-C4UPtv{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-C64iHC{
}

.phw-g-i-C9qHRA{
}

.phw-g-i-CAbTjR{
font-size:var(--phw-g-widget-title-huge-font-size);
line-height:var(--line-height-1);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
}

.phw-g-i-90rFIv:hover .phw-g-i-CAbTjR{
color:var(--phw-custom-dynamic-yellowfdda24ff);
}

.phw-g-i-CBg6nA{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
font-size:var(--phw-g-small-text-font-size);
border-bottom-right-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
background-color:var(--phw-custom-white);
}

.phw-g-i-eIGG7Y:hover .phw-g-i-CBg6nA{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-HJAo02:hover .phw-g-i-CBg6nA{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-CBsrvN{
}

.phw-g-i-CBwdYz{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-CC5Nn9{
}

.phw-g-i-CCtAlS{
}

.phw-g-i-CEXCAI{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-CEXCAI:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-CEXCAI.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-CEXCAI:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-CEXCAI::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-CEXCAI:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-CEXCAI::-moz-placeholder{
font-size:16px;
}
.phw-g-i-CEXCAI::placeholder{
font-size:16px;
}

.phw-g-i-CFfOy9{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-CFmmSt:hover{
}

.phw-g-i-CFmmSt{
border-style:none;
border-color:transparent;
}

.phw-g-i-CG0tzd{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-CG8lDh{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-CG8lDh:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-CG8lDh.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-CG8lDh:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-CG8lDh::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-CG8lDh:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-CG8lDh::-moz-placeholder{
font-size:16px;
}
.phw-g-i-CG8lDh::placeholder{
font-size:16px;
}

.phw-g-i-CGunnS{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-CIhqIN{
}

.phw-g-i-CJUq5F{
font-family:var(--cms-g-pfdin);
border-style:none;
}

.phw-g-i-CKVXme{
}

.phw-g-i-CKhnfd{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
font-family:var(--cms-g-pfdin);
line-height:1.5;
}

.phw-g-i-CMNpR6{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-CMQoFC{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-CMiAfG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-CNvXOZ{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-color:transparent;
background-color:transparent;
padding:0;
box-shadow:none;
text-decoration:none;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-CNvXOZ:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-CNvXOZ:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-COzHQG{
}

.phw-g-i-CQACbE{
}

.phw-g-i-CQIyta{
}

.phw-g-i-CQJlZ7{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-CQQ0Lc{
object-fit:cover;
aspect-ratio:9/16;
}

.phw-g-i-CQZXli{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-CRH2hi{
font-family:var(--cms-g-pfdin);
padding-bottom:calc(var(--pu-space)*3.75);
}

.phw-g-i-CRiYYV{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-CSfiIh{
}

.phw-g-i-CSfvB4{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-CSqTKY{
background-color:var(--phw-custom-white);
margin-bottom:calc(var(--mu-space)*5);
}

.phw-g-i-CSzOci{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-CT1BuF{
font-size:20px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-CTaWxH{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-CZ80PU{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/03d26ecc-a0f3-4cf8-8648-b-1724169057372.jpg);
background-size:fill;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-CZHOHU{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-CZr8nr{
font-weight:400;
text-align:start;
}

.phw-g-i-Ca2bF4{
}

.phw-g-i-CcGVCp{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-size:16px;
font-weight:400;
}

.phw-g-i-Cct7VE{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Uo892P:hover .phw-g-i-Cct7VE{
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Cd2fo1{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-CeNBrj{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-CfiApe{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ChAR9B{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-ChAR9B{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-ChNWf4{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-CjMCF5{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-CjaZKq{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-Ck1U16{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-6BIedB:hover .phw-g-i-Ck1U16{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-CkNxY8{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-CkRrBc{
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-CltxOS{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Engineering-1724163563982.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-CmgWGA{
}

.phw-g-i-Cmjijg{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-CmuCo1{
}

.phw-g-i-Cn2Hkh{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Cn4KyX{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-transform:none;
}

.phw-g-i-CnDIgm{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-CoNGTg{
font-weight:400;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-CoY4N0{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-card-bg-secondary:hover .phw-g-i-CpQajO{
color:var(--white);
}

.phw-g-i-CpQajO{
}

.phw-g-i-CpvPBt{
font-size:30px;
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-CqNE0U{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-CrOA0Y{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-CrOA0Y{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-CrWmrK{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-CrWmrK:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-CrWmrK.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-CrWmrK:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-CteRz7{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-CxGUsv{
color:var(--body-color);
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-CxSpU7{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Cyswu6{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-CzMx8Q{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-CzRQtN{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-D0d4wX{
}

.phw-g-i-D1QfX2{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-D1W8yx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-D2KJqc{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:300;
}

.phw-g-i-D4sh3A{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-D5lU7Z{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-D5uwNm{
color:var(--white);
}

.phw-g-i-D6oirN{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-D6oirN:hover{
}

.phw-g-i-D6oirN:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-D8Sx4t{
}

.phw-g-i-D8stTX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-DACJGS{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-large-text-font-size);
}

.phw-g-i-DATthd{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 0%;
}

.phw-g-i-DAkNOz{
}

.phw-g-i-DBAGnR{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-DBAGnR:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-DBAGnR.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-DBAGnR:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-DBHebi{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-DBp7U9{
}

.phw-g-i-DEH5JR{
color:var(--text-dark);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-puMGPo:hover .phw-g-i-DGXvpq{
}

.phw-g-i-DGXvpq{
}

.phw-g-i-DGq7mT{
border-top-left-radius:10%;
border-top-right-radius:10%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-DGq7mT{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-DH4N0d{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-DIN8fN{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-input-label-text-font-size);
}

.phw-g-i-DJW75x{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-DJigtU{
}

.phw-g-i-DL4a4b{
font-family:var(--cms-g-pfdin);
height:200px;
}

.phw-g-i-DLBMea{
font-weight:400;
font-size:40px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
border-color:transparent;
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-DLBMea{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
text-align:center;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
font-size:40px;
}

.phw-g-i-DLu6fL{
}

.phw-g-i-DNGNCM{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-DNGNCM{
color:var(--white);
}

.phw-g-i-DNgeZc{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-DOotgJ{
color:var(--text-dark);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-DPKNNy{
font-weight:300;
font-size:50px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-shadow:0px 1px 0px rgba(218, 32, 42, 1);
}

.phw-g-i-DPRpCw{
background-color:var(--phw-custom-grey_bg_40-oppacity);
border-top-left-radius:5%;
border-bottom-left-radius:5%;
border-top-right-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-DPRpCw:hover{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-DPl99V{
}

.phw-g-i-DQMVmS{
}

.phw-g-i-DQXP2J{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-DQtQ7B{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:1.25;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
font-style:normal;
text-align:center;
}

.phw-g-i-DSdV62{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-DTRy1M{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-DThJtH{
}

.phw-g-i-DUazM4{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-DUgpHJ{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-DUgpHJ:hover{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-DUkZ7a{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-DVOEou{
background-color:transparent;
}

.phw-g-i-DWsu1Y{
font-weight:700;
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-DX21p5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-DXHnSJ{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-DXVHFT{
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-DXjBAB{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-DYDkSK{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-DYhg0a{
font-weight:400;
text-decoration:none;
height:var(--btn-height);
color:var(--white);
background-color:transparent;
border-color:transparent;
padding:0;
min-height:auto;
box-shadow:none;
border-width:0;
}

.phw-g-i-DYhg0a:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-DYk0x9{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-DYk0x9:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-DYk0x9.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-DYk0x9:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-DZAFhQ{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
}

.phw-g-i-DZM884{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-DaSzUO{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Datmta:hover{
color:var(--white);
text-decoration:underline;
}

.phw-g-i-Datmta{
color:var(--white);
text-decoration:none;
}

.phw-g-i-Datmta:focus{
text-decoration:underline;
}

.phw-g-i-Db0eRa{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Deauiq{
border-top-left-radius:5%;
border-top-right-radius:5%;
aspect-ratio:4/3;
object-fit:cover;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-Deauiq{
}

.phw-g-i-DfjHk1{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-DgiHyg{
}

.phw-g-i-DgwpQU{
}
.phw-g-i-DgwpQU img{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Dh9yvq{
}

.phw-g-i-DhXCUU{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-DjIuHC{
}

.phw-g-i-DjzUNC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-Dk2SVK{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-Dk2SVK{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-DkJnpz{
}

.phw-g-i-Nt0IIV:hover .phw-g-i-DkgnHw{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-DkgnHw{
}

.phw-g-i-DmG8XW{
font-size:var(--phw-g-regular-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--link-color);
}

.phw-g-i-DLu6fL:hover .phw-g-i-DmG8XW{
}

.phw-g-i-DmTvVu{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-DnL22x{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-DnLsmX{
}

.phw-g-i-DnfLNz{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-DoiTeD{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-DomyzG{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-Dov01D{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Dov01D:hover{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
text-decoration:none;
text-transform:capitalize;
}

.phw-g-i-DpHhMb{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/HeadOffice_woman_banner-1734523121919.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
}

.phw-g-i-DqOqzA{
}

.phw-g-i-Dqz1To{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-DrmWJU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-DsKXuK{
}

.phw-g-i-DsUSzf{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-DtXU4b{
fill:transparent;
}

.phw-g-i-DtmAVb{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-DxOe2I{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-DxhVha{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-DxhlPq{
background-color:var(--phw-custom-grey_bg_40-oppacity);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Bycu8n:hover .phw-g-i-DxhlPq{
background-color:var(--brand-color-primary);
}

.phw-g-i-kE4JUz:hover .phw-g-i-DyHHPy{
color:var(--white);
}

.phw-g-i-DyHHPy{
}

.phw-g-i-DywgKi{
fill:transparent;
}

.phw-g-i-DzpKPX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-E1fpVk{
}

.phw-g-i-E1kI5S{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
font-family:var(--cms-g-rmfirstclass);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-E1kI5S{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
font-weight:700;
text-align:center;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-E3LCX1{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-E4fTPO{
}

.phw-g-i-4MFepK:hover .phw-g-i-E54Ayd{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-E54Ayd{
}

.phw-g-i-E5mSHX{
}
.phw-g-i-E5mSHX img{
object-fit:cover;
}

.phw-g-i-E5t3w2{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-E688RS{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-E75Khi{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-E76Fr2{
font-size:var(--phw-g-regular-text-font-size);
font-weight:700;
}

.phw-g-i-E7eNVS{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-E8l9gW{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-E8pgZQ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-EApOx3{
background-color:var(--phw-custom-white);
}

.phw-g-i-EBRSuA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-EDYEa1{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-v4oCFy:hover .phw-g-i-EFMXEZ{
}

.phw-g-i-EFMXEZ{
}

.phw-g-i-qhQhRD:hover .phw-g-i-EFMXEZ{
}

.phw-g-i-EG5U39{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-EGz7mT{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-EH50Gm{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-EHSbSG{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-EI2kVm{
}
.phw-g-i-EI2kVm img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-EIDaZi{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-EIGQ7B{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-EIr7qc{
}

.phw-g-i-EJab8n{
}

.phw-g-i-EJioMv{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-EJxscn{
background-color:var(--phw-custom-orange_bgf3920dff);
color:var(--text-dark);
}

.phw-g-i-EKpxCr{
}

.phw-g-i-EL1Mws{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ELFzEn{
}

.phw-g-i-ELgegc{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ELi8sZ{
background-color:var(--phw-custom-white);
}

.phw-g-i-ELrbws{
}

.phw-g-i-ELzzff{
font-family:var(--cms-g-pfdin);
font-size:20px;
}

.phw-g-i-ENi0YG{
font-family:var(--cms-g-pfdin);
border-color:transparent;
color:var(--white);
font-weight:400;
}

.phw-g-i-dZPwB1:hover .phw-g-i-ENi0YG{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-ENozOq{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-Bycu8n:hover .phw-g-i-ENozOq{
}

.phw-g-i-2FYmJu:hover .phw-g-i-ENozOq{
}

.phw-g-i-EP9LUU{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-EPcDc9{
}

.phw-g-i-EQbhTF{
background-color:var(--widget-bg-dark-color);
}

.phw-g-i-EQqLnV{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-QOpNP8:hover .phw-g-i-EQqLnV{
}

.phw-g-i-EQz8Jy{
}

.phw-g-i-ERksQd:hover{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-ERksQd{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--phw-custom-white);
}

.phw-g-i-ESn4Ub{
}

.phw-g-i-ETJunI{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FehVoo:hover .phw-g-i-ETJunI{
}

.phw-g-i-EWaqUu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-EWfug3{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-EXf6jq{
}

.phw-g-i-EY64hO{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-EY8WnT{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-EYH7H4{
}

.phw-g-i-EYrlH5{
}

.phw-g-i-EaQVSW{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-EakiO5{
border-top-left-radius:calc(var(--border-radius-base)*6.25);
border-top-right-radius:calc(var(--border-radius-base)*6.25);
border-bottom-left-radius:calc(var(--border-radius-base)*6.25);
border-bottom-right-radius:calc(var(--border-radius-base)*6.25);
background-color:var(--phw-custom-white);
}

.phw-g-i-EbAcHa{
}

.phw-g-i-EbMGaa{
}

.phw-g-i-Ee4jxH{
}

.phw-g-i-dZPwB1:hover .phw-g-i-EeSaoC{
text-transform:uppercase;
}

.phw-g-i-EeSaoC{
}

.phw-g-i-EfH16I{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-EfYuqC{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-EggOrk{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-EgrVBo{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-EhLP4a{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Ehy9C9{
aspect-ratio:1/1;
object-fit:contain;
text-align:center;
}

.phw-g-i-EiP5OY{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-EiVe82{
}

.phw-g-i-Eiidxz{
}

.phw-g-i-EjARbQ{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Automationeng_medium-1735325147185.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
}

.phw-g-i-EjkwRn{
}

.phw-g-i-EjmuO3{
}

.phw-g-i-EkJ2wS{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-El18GZ{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-El18GZ{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-EltE1B{
display:inline-flex;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
text-decoration:none;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-Em0b2X{
}

.phw-g-i-Em0ofY{
border-color:var(--phw-custom-icon_border_black000000);
border-style:solid;
}

.phw-g-i-Em4Cmr{
color:var(--secondary-text);
}

.phw-g-i-EmQQBz{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-EmbNTr{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-EmbNTr:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-EmbNTr.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-EmbNTr:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-EmmUp4{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-EnCafJ{
fill:transparent;
}

.phw-g-i-EoFgfe{
}

.phw-g-i-EoJ9WC{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-EqkLWG{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-EreI88{
}

.phw-g-i-EsBQlI{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-EszbEz{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
font-family:var(--cms-g-rmfirstclass);
height:var(--btn-height);
}

.phw-g-i-EszbEz:hover{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-decoration:underline;
}

.phw-g-i-EtYOwz{
}

.phw-g-i-EtbThH{
border-top-left-radius:10%;
border-top-right-radius:10%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-EtbThH{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-zZflrM:hover .phw-g-i-EtbThH{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-Etfzqy{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-Etrcha{
}

.phw-g-i-Eu8hSW{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
font-family:var(--cms-g-rmfirstclass);
height:var(--btn-height);
}

.phw-g-i-Eu8hSW:hover{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-decoration:underline;
}

.phw-g-i-EuG0jo{
}

.phw-g-i-EuH5hu{
}

.phw-g-i-EuaTK8{
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:400;
}

.phw-g-i-dZPwB1:hover .phw-g-i-EuaTK8{
font-weight:700;
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Ew4mN3{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-Ew4mN3{
font-weight:700;
font-size:40px;
color:var(--phw-custom-dynamic-yellowfdda24ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-EydlGR{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-kG7EXb:hover .phw-g-i-Ez3YcF{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-Ez3YcF{
}

.phw-g-i-EzU99P{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-Ezc9ep{
}

.phw-g-i-EzqShn{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/early_careers-1732107625612.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-F0YDn5{
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-F0n0EB{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-F1A5at{
font-weight:400;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
font-size:20px;
}

.phw-g-i-F1bseq{
border-color:var(--phw-custom-border_warm-redb70d12ff);
border-style:none;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5);
border-bottom-right-radius:calc(var(--border-radius-base)*2.5);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
color:var(--phw-custom-warm-redb70d12ff);
height:auto;
text-align:center;
font-weight:700;
}

.phw-g-i-HA920a:hover .phw-g-i-F1bseq{
border-color:var(--phw-custom-border_warm-redb70d12ff);
border-style:solid;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5);
border-bottom-right-radius:calc(var(--border-radius-base)*2.5);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-F26kcR{
}

.phw-g-i-F2a924{
}

.phw-g-i-F2tEzI{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-F3R9KT{
fill:var(--phw-custom-white_icone8eff5);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-F4bTDE{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-F5OX2F{
}

.phw-g-i-F7DwxT{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-F7tZVE{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
text-align:center;
background-color:var(--brand-color-primary);
}

.phw-g-i-F9QBgE{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-F9gLjt{
}

.phw-g-i-FASlI8{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-FAqFhM{
font-weight:300;
font-size:40px;
line-height:1.25;
}

.phw-g-i-FB7WUh{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
font-weight:700;
}

.phw-g-i-FBOL3T{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-FBOL3T{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:700;
opacity:60;
}

.phw-g-i-RdSvPc:hover .phw-g-i-FBOL3T{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:700;
opacity:60;
}

.phw-g-i-dZPwB1:hover .phw-g-i-FBhMO8{
background-color:var(--phw-custom-white);
}

.phw-g-i-FBhMO8{
}

.phw-g-i-FE6AyO{
object-fit:contain;
aspect-ratio:3/2;
}

.phw-g-i-FFJVyb{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
padding-inline-start:calc(var(--pu-space)*5);
padding-top:calc(var(--pu-space)*2.5);
padding-inline-end:calc(var(--pu-space)*5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-FFso0d{
}

.phw-g-i-FGqZuM{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FIO24c{
}

.phw-g-i-FImQjx{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-FKJfMj{
background:none;
background-image:none;
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-FKdie4{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-FLJwVh{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FN0qfR{
padding-inline-start:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
}
.phw-g-i-FN0qfR img{
object-fit:cover ;
}

.phw-g-i-FON9BI{
font-size:18px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-FPRXjG{
}

.phw-g-i-FQFced{
}

.phw-g-i-FR3fsH{
}
.phw-g-i-FR3fsH img{
object-fit:cover;
}

.phw-g-i-FR4ddC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-FRIGkS{
}

.phw-g-i-FRNXm3{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FRduWZ{
background-image:none;
background-color:var(--phw-custom-grey_bg_40-oppacity);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}

.phw-g-i-FRfV3r{
}

.phw-g-i-FStoCC{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-FTWD4i{
}

.phw-g-i-FTXDHn{
}

.phw-g-i-FTgABI{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FWrIrm{
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FXYbYB{
text-align:left;
}

.phw-g-i-FZwFfQ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FZwxMY{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FaEcd3{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-FaEcd3:hover{
}

.phw-g-i-FaEcd3:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-FbBIcx{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-Fbm7Ro{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FcbKRb{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-Fcriw4{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Fdk6jj{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FehVoo{
}

.phw-g-i-FepS7E{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-FgIoYD{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-FgKBdx{
}

.phw-g-i-Fh8PHi{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-FhUVzc{
}
.phw-g-i-FhUVzc img{
object-fit:cover;
}

.phw-g-i-FhqxzN{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-FhuyDg{
}

.phw-g-i-FiAu7a{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-FjLOWQ{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-FjewKQ{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:300;
}

.phw-g-i-FkhijB{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Fl2Mx4:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Fl2Mx4{
}

.phw-g-i-FlHq1b{
padding-top:calc(var(--pu-space)*3.75);
padding-bottom:calc(var(--pu-space)*3.75);
}

.phw-g-i-FlaIzn{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Fm6RUj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-FmHL2y{
font-weight:700;
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Fn3Euf{
}

.phw-g-i-Fnyugf{
padding-top:calc(var(--pu-space)*5);
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-FoaRX1{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Fomrmd{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-Fomrmd{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-FptHZG{
margin-inline-start:calc(var(--mu-space)*10);
color:var(--white);
margin-bottom:calc(var(--mu-space)*1.25);
}

.phw-g-i-FqRf5r{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-FrYqzD{
background-color:var(--phw-custom-white);
}

.phw-g-i-Frt6rB{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-FsU0yP{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Fsi5iF{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
font-family:var(--cms-g-rmfirstclass);
height:var(--btn-height);
}

.phw-g-i-Fsi5iF:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-Fsi5iF:focus{
outline-style:none;
}

.phw-g-i-FsyG5W{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-FsyG5W:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-FsyG5W.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-FsyG5W:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-FsyG5W::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-FsyG5W:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-FsyG5W::-moz-placeholder{
font-size:16px;
}
.phw-g-i-FsyG5W::placeholder{
font-size:16px;
}

.phw-g-i-FtCmbd{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FtM6YA{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Fv0DFp{
fill:transparent;
}

.phw-g-i-FyXxtl{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FzL8fG{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-G0SYn8{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-6BIedB:hover .phw-g-i-G0kyCM{
color:var(--white);
}

.phw-g-i-G0kyCM{
}

.phw-g-i-G0n9CX{
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
color:var(--white);
display:inline-block;
}

.phw-g-i-G0n9CX:hover{
color:var(--white);
font-style:normal;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-G1qwyQ{
}

.phw-g-i-G2Dalw{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-G69NNI{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-G77AYr{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-G7Llk1{
}

.phw-g-i-G7MLLM{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-eIGG7Y:hover .phw-g-i-G7MLLM{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-HJAo02:hover .phw-g-i-G7MLLM{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-qmkdIq:hover .phw-g-i-G7MLLM{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-G7My14{
}

.phw-g-i-G8c3JW{
}

.phw-g-i-G8quJY{
text-align:center;
}
.phw-g-i-G8quJY img{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-G9a3Cx:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-G9a3Cx{
border-style:none;
border-color:transparent;
}

.phw-g-i-G9m3CK{
object-fit:cover;
max-width:none;
min-height:0px;
min-width:0px;
max-height:none;
aspect-ratio:4/3;
}

.phw-g-i-GAIRVW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-GAPN8i{
}

.phw-g-i-GAgIUq{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-GB1Gax{
}

.phw-g-i-GBbR4G{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GDQIG6{
}

.phw-g-i-GDiNcj{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-GFceeH{
background:none !important;
background-image:none;
background-color:transparent;
}

.phw-g-i-GIk7xC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-GJNKvx{
}

.phw-g-i-GJo22I{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
}

.phw-g-i-GKlCsh{
}

.phw-g-i-GN4kt0{
}

.phw-g-i-GOC2wt{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-GOm87m{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-L8xmC5:hover .phw-g-i-GOm87m{
}

.phw-g-i-GP7Nwe{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-GP7Nwe:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-GP7Nwe.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-GP7Nwe:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-GPO8Fo{
margin-top:calc(var(--mu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-GPhbTT{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Earlycareers_banner-1734953088741.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
}

.phw-g-i-GPtseE{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GQXO7f{
background-color:var(--brand-color-primary);
}

.phw-g-i-GQe4SN{
}

.phw-g-i-GR4RZX{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-GRPZMz{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-NsBwfz:hover .phw-g-i-GRPZMz{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-GRpm8e{
color:var(--brand-color-primary);
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-GS06RS{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-GSAdJ4{
fill:transparent;
}

.phw-g-i-GSFSpt{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-align:start;
}

.phw-g-i-GSTFRL{
font-family:var(--cms-g-pfdin);
background-color:var(--widget-bg-dark-color);
color:var(--white);
}

.phw-g-i-GSgg0E{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-GSlDIU{
}

.phw-g-i-GTZIUP{
}

.phw-g-i-GUX8ku{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-GUqrgj{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-GXLw4f{
padding-top:calc(var(--pu-space)*2.5);
padding-inline-end:calc(var(--pu-space)*5);
padding-inline-start:calc(var(--pu-space)*5);
font-weight:300;
font-size:16px;
padding-bottom:calc(var(--pu-space)*2.5);
line-height:1.5;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-GXOBOc{
}

.phw-g-i-GY2AaU{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-GYRLak{
background-color:var(--phw-custom-white);
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-warm-redb70d12ff);
text-align:center;
text-decoration:overline;
}

.phw-g-i-H8b6wY:hover .phw-g-i-GYRLak{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-RdSvPc:hover .phw-g-i-GYRLak{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-GYjC4w{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-GYjC4w{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-GZCZQx{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-GZjTk7{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GcSaVY{
}

.phw-g-i-Gcbmda{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-GeMbOC{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:400;
}

.phw-g-i-tQWzD0:hover .phw-g-i-GeMbOC{
}

.phw-g-i-GeNRTu{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Media_and_Communications-1732109584787.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-Yyue4K:hover .phw-g-i-GeRlne{
color:var(--white);
}

.phw-g-i-GeRlne{
}

.phw-g-i-GeiU0F{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-GgBPkZ{
}

.phw-g-i-GgleEX{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Ghr8dW{
}

.phw-g-i-Gip9Sb{
text-align:center;
}
.phw-g-i-Gip9Sb img{
object-fit:cover;
}

.phw-g-i-GivTxH{
margin-top:calc(var(--mu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-GkRK8V{
}

.phw-g-i-GkZ6YU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Gkimhv{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Gl3u2x{
}

.phw-g-i-GlUUjP{
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:400;
}

.phw-g-i-1waD7U:hover .phw-g-i-GlUUjP{
font-weight:700;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-GlZzy7{
}

.phw-g-i-Gm9mEs{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Gmqrtk{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-GnJbkW{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-GnWf4e{
background-color:var(--brand-color-primary);
}

.phw-g-i-GnrMFP{
}

.phw-g-i-GoGMDT{
}

.phw-g-i-GpGiB9{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-GqGN8e{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-GrDi5I{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Gs37od{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-Gu043l{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GuH3iP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-GuUh3M{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-Gv30sg{
}

.phw-g-i-GvoXdJ{
border-color:var(--brand-color-secondary);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-GwVAAN{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GwbGh7{
fill:var(--phw-custom-icon_black000000);
border-color:var(--phw-custom-whiteborderffffff);
background-color:var(--phw-custom-white);
}

.phw-g-i-Gwy24t{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-GxSBvX{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-qhQhRD:hover .phw-g-i-GxSBvX{
color:var(--white);
}

.phw-g-i-GyE1Gg{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-GycCGJ{
border-width:1px;
border-color:var(--phw-custom-border_go-green-contrast008a00ff);
border-style:solid;
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-H0RBqQ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-H1vwUt{
}
.phw-g-i-H1vwUt img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-H35u6D{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-H3ljqG{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-H3qHPA{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-H6giRG{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-weight:300;
}

.phw-g-i-H8PQCs{
font-family:var(--cms-g-pfdin);
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:start;
}

.phw-g-i-H8b6wY{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-HA920a{
border-bottom-left-radius:5%;
border-top-left-radius:5%;
border-bottom-right-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-HA920a:hover{
}

.phw-g-i-HARWRl{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-HAz7oQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-HBQYE5{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-HCEwNr{
font-weight:700;
font-size:var(--phw-g-small-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FehVoo:hover .phw-g-i-HCEwNr{
}

.phw-g-i-HCYauw{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-HCeSlU{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.58;
font-weight:400;
}

.phw-g-i-HCfU3m{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-HEOURA{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-HEdoVM{
}

.phw-g-i-HF9B9n{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-HFwwzb{
font-weight:600;
font-size:var(--font-size-13);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-1h2mzP:hover .phw-g-i-HFwwzb{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-HGs7MM{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-HGxG0A{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-HHqO7R{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-HI3fNx{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-HIVxGO{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-HJ27qa{
font-weight:400;
text-decoration:none;
height:var(--btn-height);
color:var(--white);
background-color:transparent;
border-color:transparent;
padding:0;
min-height:auto;
box-shadow:none;
border-width:0;
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-HJ27qa:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-HJAo02{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-HJAo02:hover{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-HKQ4go{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-HKZgT7{
}

.phw-g-i-HMZ2sZ{
}

.phw-g-i-HMbvd9{
}

.phw-g-i-HMdwZh{
}

.phw-g-i-HMesss{
}

.phw-g-i-HMxOe0{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-HPAqua{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-secondary_bg404044);
}

.phw-g-i-HPex8L{
font-family:var(--cms-g-pfdin);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-HPhQwc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-HPitMr{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-HPsel4{
fill:transparent;
}

.phw-g-i-HRKYwn{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-HS1YKT{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-HSER2Y:hover{
color:var(--white);
}

.phw-g-i-HSER2Y{
}

.phw-g-i-HTHSQ5{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-6BIedB:hover .phw-g-i-HTHSQ5{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-HTJniA{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-HTR5Mg{
aspect-ratio:1/1;
object-fit:cover;
text-align:center;
}

.phw-g-i-HTWS7q{
color:var(--phw-custom-go-green-contrast008a00ff);
font-weight:700;
}

.phw-g-i-HVAGfe{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-99hgWI:hover .phw-g-i-HVAGfe{
color:var(--white);
}

.phw-g-i-HVkdcw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-HWfYSX{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-HXk0PD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-HYFzFv{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-HZAqhj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-HZyjyx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-HaAgA5{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-HaxSBs{
}

.phw-g-i-HbFrok{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-HbFrok{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-HciJgU{
}

.phw-g-i-HddOgC{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/HO_1_banner-1735922587981.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
}

.phw-g-i-Hdw88J{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-He8REi{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-HeNOND{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-HfQHIG{
}

.phw-g-i-HfaxS8{
}

.phw-g-i-Hftpe8{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-HhuCel{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
}

.phw-g-i-3rhBQ4:hover .phw-g-i-HhuCel{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-iysyKG:hover .phw-g-i-HhuCel{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-eynqgL:hover .phw-g-i-HhuCel{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-Hi4RGK{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-Hjriz7{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-HkDHlD{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-HkMYtu{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-puMGPo:hover .phw-g-i-HkMYtu{
}

.phw-g-i-HmTi99{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-HmyKaF{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*1.25);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-Hn01zZ{
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-align:center;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-iysyKG:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-eynqgL:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-5Ouzcw:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-DPRpCw:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-v7ClKT:hover .phw-g-i-Hn01zZ{
font-weight:700;
color:var(--white);
}

.phw-g-i-HoIoSG{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Hotcdw{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-HpD5tZ{
border-top-left-radius:5%;
border-top-right-radius:5%;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-HA920a:hover .phw-g-i-HpD5tZ{
}

.phw-g-i-kG7EXb:hover .phw-g-i-Hqb1E0{
font-weight:700;
font-size:var(--phw-g-widget-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Hqb1E0{
}

.phw-g-i-HrVE4U{
background-color:transparent;
color:var(--text-dark);
}

.phw-g-i-Hs2M9R{
}

.phw-g-i-HtI4oc{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-HtWvr1{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-qhQhRD:hover .phw-g-i-HtWvr1{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-DUgpHJ:hover .phw-g-i-HtWvr1{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-c9XO7I:hover .phw-g-i-HtWvr1{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-HtWvr1{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-HuFgLt::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-HuFgLt:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-HuFgLt::-moz-placeholder{
font-size:16px;
}
.phw-g-i-HuFgLt::placeholder{
font-size:16px;
}

.phw-g-i-HuFgLt{
font-size:16px;
}

.phw-g-i-Hv581O{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-HvIwmz{
}

.phw-g-i-HvuHB9{
}

.phw-g-i-dZPwB1:hover .phw-g-i-HvuHB9{
text-transform:uppercase;
color:var(--body-color);
}

.phw-g-i-HwolYp{
background-color:var(--phw-custom-white);
}

.phw-g-i-kE4JUz:hover .phw-g-i-HwolYp{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-HxLRey{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Hz65mh{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-qS3l6V:hover .phw-g-i-Hz65mh{
}

.phw-g-i-Hzr6j5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-I14fQv{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-I1AKkG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-I2gFAv{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-I2yDUQ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-I4R3vz{
}

.phw-g-i-I4TCqY{
color:var(--white);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-I56OcL{
}

.phw-g-i-I5gaj5{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-I5sYFn{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-I6o2no{
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-I6ypUb{
background-color:var(--widget-bg-dark-color);
}

.phw-g-i-I7ikXo{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-I7u8VL{
font-family:var(--cms-g-pfdin);
font-weight:700;
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-I8ZKEd{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
justify-content:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-I8ZKEd{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-I9fy7a{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-IAXZRk{
}

.phw-g-i-IBOTrY{
}

.phw-g-i-IBdXB0{
}
.phw-g-i-IBdXB0 img{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-IBrHJK{
}

.phw-g-i-ICmKZJ{
}

.phw-g-i-ICplfx{
}

.phw-g-i-IDfD86{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-IEaPOP{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-IG4K2E{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:300;
}

.phw-g-i-IGDtVI{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-IH9w9j{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-IIR52A{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-IJqbcB{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-IJuWHL{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-IK9QJG{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-IKjPTd{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
margin-inline-start:calc(var(--mu-space)*10);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-ILBP65{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-ILBP65:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-ILBP65.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-ILBP65:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ILBP65::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-ILBP65:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-ILBP65::-moz-placeholder{
font-size:16px;
}
.phw-g-i-ILBP65::placeholder{
font-size:16px;
}

.phw-g-i-IMoHzy{
}

.phw-g-i-IPjB5U{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-IQPXVp{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-IRGExq{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-IROiDa{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-IROiDa:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-IROiDa.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-IROiDa:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-IROiDa::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-IROiDa:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-IROiDa::-moz-placeholder{
font-size:16px;
}
.phw-g-i-IROiDa::placeholder{
font-size:16px;
}

.phw-g-i-IRXbDe{
}

.phw-g-i-IS1diL{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ISKeVq{
padding-bottom:calc(var(--pu-space)*2.5);
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-ISqcij{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-positive-blue0892cbff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-ERksQd:hover .phw-g-i-ISqcij{
color:var(--white);
}

.phw-g-i-ISuoDd{
}

.phw-g-i-ITXg2p{
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-ITpxcv{
text-align:start;
}

.phw-g-i-IUq8dY{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-IWAsms{
}

.phw-g-i-IYGw8Y{
}

.phw-g-i-Uo892P:hover .phw-g-i-IYGw8Y{
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Iah52Y{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-IbtL8e{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-IcVPSr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-IcYEts{
}

.phw-g-i-IchOPs{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-IdREYI{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-IePgvS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-IiVxp0:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-IiVxp0{
}

.phw-g-i-Ikml69{
text-align:center;
}

.phw-g-i-Il9jqf{
background-color:var(--phw-custom-white);
}

.phw-g-i-IlLEfm{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ImDdHl{
}

.phw-g-i-ImjnIS:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ImjnIS{
}

.phw-g-i-Imrjfs{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-IoduzP{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-IrVd7o{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Irs2RC{
}

.phw-g-i-IsP4Dl{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-IuNGhw{
font-family:var(--cms-g-pfdin);
background-color:var(--widget-bg-dark-color);
}

.phw-g-i-IwBkCb{
font-size:var(--phw-g-small-text-font-size);
text-transform:none;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-IwYbFC{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-IwYbFC:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-IwYbFC.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-IwYbFC:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-IwYbFC::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-IwYbFC:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-IwYbFC::-moz-placeholder{
font-size:16px;
}
.phw-g-i-IwYbFC::placeholder{
font-size:16px;
}

.phw-g-i-IwtIcP{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-IyYV50{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-height:none;
min-height:0px;
background-color:var(--phw-custom-white);
max-width:none;
min-width:0px;
height:180px;
}

.phw-g-i-Iym0o9{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-IzPZD7{
object-fit:contain;
aspect-ratio:3/2;
}

.phw-g-i-IzZCJy{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-J0IWNI{
}

.phw-g-i-J1syTr{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-J2Sot3{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-J2bjVi{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-J3783l{
}

.phw-g-i-J4vwtC{
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-J4vwtC{
font-weight:700;
color:var(--white);
font-size:34px;
}

.phw-g-i-J5WFFu{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-J675dE{
}

.phw-g-i-J6DZmx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-J6NnKb{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
text-transform:none;
}

.phw-g-i-J6nY3k{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-J7lPWh{
}

.phw-g-i-J8ECbT{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-J8ECbT{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-J8PetE{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-J8PetE{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-JAgLnO{
background-color:var(--phw-custom-secondary_bg404044);
}

.phw-g-i-JCdnJP{
font-weight:400;
font-size:20px;
color:var(--white);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-JClqjL{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-JCoPbc{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-JCoPbc:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-JCoPbc.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-JCoPbc:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-JDyetd{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-JGShGt{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/191105_LIN_KB_RM_RushupEdge_RT-1732892511681.png);
font-family:var(--cms-g-pfdin);
background-repeat:no-repeat;
background-position:0% 0%;
}

.phw-g-i-JHZfNf{
}

.phw-g-i-JHhhvz{
}

.phw-g-i-JJFa3Q{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-JJpcdP{
}

.phw-g-i-JLKN1Q{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-JMnbuJ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-JNZ3jV{
color:var(--phw-custom-darkgrey404044);
padding-top:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-JOWFcz{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-JP9TaK{
}

.phw-g-i-JQ0V1S{
}
.phw-g-i-JQ0V1S img{
object-fit:cover;
}

.phw-g-i-JSl6JE{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-JVLj0J{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-JXZYbc{
fill:transparent;
}

.phw-g-i-JYaRJ8{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-JYjhdL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-JYqXmP{
font-weight:400;
font-size:34px;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-JZ4Ifz{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-JZU6u9{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-JZjwRW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Jag5AH{
}

.phw-g-i-JbU9Lv{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-UQmkPs:hover .phw-g-i-JbU9Lv{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-JcfBNu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-JdFtKM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-JeC3Tl{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-weight:300;
}

.phw-g-i-JfoePE{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-JhPKcN{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-JiPEu4{
font-size:var(--phw-g-small-text-font-size);
text-transform:none;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-JiPuni{
background-color:transparent;
color:var(--text-dark);
}

.phw-g-i-JiQ8er{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-JlplTL{
background-color:var(--phw-custom-white);
}

.phw-g-i-JmHDwk{
}

.phw-g-i-JnZeh2{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
text-align:start;
}

.phw-g-i-JoxjxH{
}
.phw-g-i-JoxjxH img{
object-fit:cover;
}

.phw-g-i-Jp0K2S{
border-top-left-radius:calc(var(--border-radius-base)*6.25);
border-top-right-radius:calc(var(--border-radius-base)*6.25);
border-bottom-left-radius:calc(var(--border-radius-base)*6.25);
border-bottom-right-radius:calc(var(--border-radius-base)*6.25);
background-repeat:no-repeat;
background-color:var(--phw-custom-white);
}

.phw-g-i-JpxDlS{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-JrieYa{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Js9MxN{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-JsUZwI{
}

.phw-g-i-JslIgk{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-JtzaLG{
font-weight:600;
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-JuhYUZ{
}

.phw-g-i-JwuwXU{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-sf3IoM:hover .phw-g-i-JwuwXU{
color:var(--white);
}

.phw-g-i-JxMj9P{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 100%;
}

.phw-g-i-Jym8in{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-Jz9y0F:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Jz9y0F{
}

.phw-g-i-K0F5SF{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ICplfx:hover .phw-g-i-K0MII4{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-K0MII4{
}

.phw-g-i-K0RmJ7{
object-fit:contain;
aspect-ratio:4/3;
}

.phw-g-i-K0zUGF{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-K1Sfvr{
}

.phw-g-i-K1kjfW{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-K3Fqkc{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-K4KM6C:hover{
transition:3.0000000000000004s;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-K4KM6C{
}

.phw-g-i-K4kbKJ{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-K6HxFr{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-K6HxFr{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-K6fWeF{
}

.phw-g-i-K87Xhp{
}

.phw-g-i-K9OYjF{
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-weight:400;
}

.phw-g-i-34sVkR:hover .phw-g-i-K9OYjF{
font-weight:700;
}

.phw-g-i-K9a8tu{
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*3.75);
padding-inline-start:calc(var(--pu-space)*3.75);
padding-bottom:calc(var(--pu-space)*6.25);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-KAerlP{
}

.phw-g-i-KB1Pal{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-KCEZA3{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-KDL8vD{
}

.phw-g-i-KDMVVM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KDwn3j{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-KEHMqv{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-KGQcAZ{
border-color:var(--phw-custom-whiteborderffffff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-KGXX7c{
}

.phw-g-i-KHH3Yw{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-KHfcvP{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-KIJJ2D{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-KLGWC1{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-KLzCEY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KNrttF{
}

.phw-g-i-KOIFxL{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-KP6hIm{
}

.phw-g-i-KQQK7N{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-inline-start:calc(var(--mu-space)*-2.5);
margin-inline-end:calc(var(--mu-space)*-2.5);
}

.phw-g-i-KRS61V{
}

.phw-g-i-KS3lAj{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-KSrZyC{
font-weight:700;
color:var(--brand-color-primary);
}

.phw-g-i-X9PCzs:hover .phw-g-i-KSrZyC{
}

.phw-g-i-KSuL7W{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KT8x36{
border-color:var(--phw-custom-whiteborderffffff);
border-style:none;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-KTBI23{
}

.phw-g-i-KTYCWf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KXs6Ee{
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*3.75);
padding-inline-start:calc(var(--pu-space)*3.75);
padding-bottom:calc(var(--pu-space)*6.25);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-KXwCFE{
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-E4fTPO:hover .phw-g-i-KXwCFE{
}

.phw-g-i-KZButZ{
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-KZm8Et{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:var(--brand-color-primary);
border-style:none;
color:var(--white);
}

.phw-g-i-dZPwB1:hover .phw-g-i-KZm8Et{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:transparent;
border-style:hidden;
color:var(--white);
}

.phw-g-i-KaES6x{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KcWEwc{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
font-weight:700;
}

.phw-g-i-KdQQ2e{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-KeNsuB{
}

.phw-g-i-KekqO0{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-KeuUSW{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-EYH7H4:hover .phw-g-i-KeuUSW{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Kf6W4x{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-KfIDiU{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-KfIDiU{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-KfbO9c{
padding-bottom:calc(var(--pu-space)*10);
padding-top:calc(var(--pu-space)*0);
}

.phw-g-i-Khg1Y6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-KigQPI{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Kn2g65{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-KnnYdN{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
background-color:var(--phw-custom-white);
}

.phw-g-i-KnqK0Z{
font-family:var(--cms-g-rmfirstclass);
text-align:center;
font-size:34px;
}

.phw-g-i-HA920a:hover .phw-g-i-KnqK0Z{
font-weight:700;
color:var(--white);
font-size:34px;
}

.phw-g-i-KolIDZ{
font-family:var(--cms-g-pfdin);
padding-bottom:calc(var(--pu-space)*6.25);
padding-inline-end:calc(var(--pu-space)*3.75);
padding-inline-start:calc(var(--pu-space)*3.75);
padding-top:calc(var(--pu-space)*1.25);
}

.phw-g-i-Kp3OK4{
}

.phw-g-i-KpH5GF{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/JTC_heartbanner-1738081521384.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-Kphk67{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-KqoLiL{
text-align:center;
}

.phw-g-i-Kr74qI{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-KrKCKV{
}

.phw-g-i-KrfyQJ{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-KsLayM{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 50%;
}

.phw-g-i-KsnEOq{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-KtuqvY{
border-color:var(--phw-custom-whiteborderffffff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-KveFxm{
}

.phw-g-i-Kvzcl4{
font-family:var(--cms-g-roboto);
font-weight:400;
font-size:30px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Kw7gpH{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--link-hover-color);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Kwd03y{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-KxGaSs{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-large-text-font-size);
}

.phw-g-i-KyDQad{
}

.phw-g-i-KyUqJt{
}

.phw-g-i-KyVqVE{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-KydTj8{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-L06Nhx{
}

.phw-g-i-L0RyQM{
}

.phw-g-i-L1tmqV{
color:var(--white);
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-L1tmqV{
text-transform:uppercase;
color:var(--body-color);
}

.phw-g-i-L3uwzu{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
font-weight:700;
}

.phw-g-i-L42S6J{
}

.phw-g-i-L5kdSh{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-L5kdSh:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
font-weight:400;
}

.phw-g-i-L6azHE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-L7yqyF{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-L8xmC5{
background-color:var(--phw-custom-white);
}

.phw-g-i-L8xmC5:hover{
}

.phw-g-i-LAKKuL{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
background-color:var(--phw-custom-white);
height:180px;
}

.phw-g-i-LBDKre{
}

.phw-g-i-LCH4tK{
background-image:none;
background-color:var(--phw-custom-white);
}

.phw-g-i-LDIl1J{
}

.phw-g-i-LDK8Hj{
text-align:center;
}

.phw-g-i-LDVmvg{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-LDb1Wz{
font-weight:700;
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-LEHxwW{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-LEU3Hu{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-LExHE0{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-LGDOzY{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-LGHCtr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-LHcTKl{
}

.phw-g-i-LHntWy{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-LI0c9s{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-LIKkeE{
}

.phw-g-i-LIqzgh{
height:50px;
}

.phw-g-i-LLvST3{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-LM7Btt{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-LNAbvO{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-LNFREZ{
background-color:var(--phw-custom-white);
}

.phw-g-i-LNlNmG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-LOPBSn{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-LOUsBY{
font-weight:400;
font-size:36px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-LOUsBY{
font-weight:700;
font-size:40px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-LOpU0G{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
}

.phw-g-i-LPq6Nj{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
color:var(--phw-custom-darkgrey404044);
border-bottom-right-radius:5%;
text-align:center;
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-qhQhRD:hover .phw-g-i-LPq6Nj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-DUgpHJ:hover .phw-g-i-LPq6Nj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-c9XO7I:hover .phw-g-i-LPq6Nj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-kG7EXb:hover .phw-g-i-LPq6Nj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-zZflrM:hover .phw-g-i-LPq6Nj{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-LQiCUW{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-LQiCUW:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-LQiCUW.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-LQiCUW:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-LTa16J{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-LUIDZj{
}

.phw-g-i-LUIwTB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-LUVVrK{
}

.phw-g-i-LWNkeO{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-La9FLU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-LaGUsv{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}

.phw-g-i-LahfTC{
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-LcJW7X{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_1-1733246449474.png);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 50%;
background-color:var(--brand-color-primary);
box-shadow:var(--input-box-shadow);
}

.phw-g-i-LdXs17{
}

.phw-g-i-LdbiEb{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-LfHC1Y{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-LfshA3{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-LfshA3:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-LfshA3.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-LfshA3:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-LfshA3::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-LfshA3:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-LfshA3::-moz-placeholder{
font-size:16px;
}
.phw-g-i-LfshA3::placeholder{
font-size:16px;
}

.phw-g-i-LftySX{
background-color:var(--phw-custom-royal-mail-red_40-oppacity);
color:var(--white);
font-weight:400;
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-Lh3dpN{
}

.phw-g-i-Lh4FK8{
}

.phw-g-i-Lh8MZa{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ICplfx:hover .phw-g-i-Lh8MZa{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-LhXJVA{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-LhYHjA{
font-weight:600;
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
}

.phw-g-i-fRHBhy:hover .phw-g-i-LhYHjA{
color:var(--white);
}

.phw-g-i-Lihzle{
}
.phw-g-i-Lihzle img{
object-fit:fill;
}

.phw-g-i-LjmhoF{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Ljywr3{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-LkdFhQ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-LknEjU{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Lnxy1Y{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Lnxy1Y:hover{
}

.phw-g-i-LqU5oA{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-LqrGpV{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Lr5i7J{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Ls7jwZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-LsEYMY{
font-weight:600;
font-size:var(--font-size-12);
line-height:1.2;
color:var(--brand-color-primary);
}

.phw-g-i-fRHBhy:hover .phw-g-i-LsEYMY{
color:var(--white);
}

.phw-g-i-LtPS8l{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-LtPS8l:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-LtPS8l.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-LtPS8l:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-LtPS8l::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-LtPS8l:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-LtPS8l::-moz-placeholder{
font-size:16px;
}
.phw-g-i-LtPS8l::placeholder{
font-size:16px;
}

.phw-g-i-Ltcl6n{
border:none;
gap:0px;
}

.phw-g-i-LtwD0E{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Lu2pDW{
}

.phw-g-i-LupVgv{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-LvIho2{
}

.phw-g-i-LvSYwX{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-LvnMkZ{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-LwB4jb{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-LxCTP7{
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-weight:300;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-LxMbmS{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-Lz3lyf{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Lz3wh5{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-M0VS16{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
text-align:start;
}

.phw-g-i-M0f3Ro{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-M1SSrV{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-M1Xn29{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-M1Xn29{
font-weight:700;
font-size:40px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
text-align:center;
}

.phw-g-i-M2zr5T{
}

.phw-g-i-M5UasK{
}

.phw-g-i-M5qMfV{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
}

.phw-g-i-eynqgL:hover .phw-g-i-M5qMfV{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-5Ouzcw:hover .phw-g-i-M5qMfV{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-DPRpCw:hover .phw-g-i-M5qMfV{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-v7ClKT:hover .phw-g-i-M5qMfV{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-M7NoHo{
color:var(--white);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:var(--brand-color-primary);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-M7NoHo{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:transparent;
border-style:hidden;
color:var(--white);
}

.phw-g-i-M7uNnP{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-M8AkoM{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-M8XwMT{
aspect-ratio:1/1;
object-fit:cover;
text-align:center;
}

.phw-g-i-M97OnV{
font-family:var(--cms-g-pfdin);
font-size:20px;
}

.phw-g-i-M9N32R{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-M9UeGT{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-MDIOP9{
}

.phw-g-i-qhQhRD:hover .phw-g-i-MDRzkK{
}

.phw-g-i-MDRzkK{
}

.phw-g-i-MDf5eN{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ME2iBm{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-MFadRf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-MGQDYN{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-MGnVsT{
background:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-MJu7Bw{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-MKcDQm{
}

.phw-g-i-MMTcV5{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-MN9YC6{
fill:var(--icon-light);
}

.phw-g-i-MNPoKv{
}

.phw-g-i-04eyYD:hover .phw-g-i-MNfWAp{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-MNfWAp{
}

.phw-g-i-MP6kAi{
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-MPsiMQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-MPsiMQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-MPsiMQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-MPsiMQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-MPsiMQ::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-MPsiMQ:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-MPsiMQ::-moz-placeholder{
font-size:16px;
}
.phw-g-i-MPsiMQ::placeholder{
font-size:16px;
}

.phw-g-i-MQcZ2A{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-MQiujC{
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-MQiujC{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-MQq3Uz{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-MRXDjw{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-MS9OgY{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-MTpZ2s{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-MTuhDz{
}

.phw-g-i-MTx4v2{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-MU7y9Q{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-MV0n43{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-MXV0p9{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-MXV0p9{
background-color:var(--brand-color-primary);
}

.phw-g-i-MXq2Wa{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-MYIMIX{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-MYObAS{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-MYkxf2{
}

.phw-g-i-McexAq{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-MdAQeh{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-MdXJNb{
}

.phw-g-i-MdYh4f{
font-size:16px;
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-Mdju3h{
color:var(--white);
font-weight:300;
margin-inline-start:calc(var(--mu-space)*10);
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-MeyOw8{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-MgcmQU{
background-color:var(--phw-custom-white);
}

.phw-g-i-MhBbZ3{
aspect-ratio:4/3;
opacity:50;
object-fit:cover;
}

.phw-g-i-siikHH:hover .phw-g-i-MhBbZ3{
opacity:0;
}

.phw-g-i-rQcHXj:hover .phw-g-i-Mhjyut{
color:var(--white);
}

.phw-g-i-Mhjyut{
}

.phw-g-i-Mj0T2o{
}

.phw-g-i-MkCFW6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-MkpBkV{
}

.phw-g-i-MlXBKR{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/TC_header_1-1734713735630.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-size:cover;
}

.phw-g-i-Mn4U5T{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Mp5Ryy{
}

.phw-g-i-MpgiCx{
}

.phw-g-i-MpnZzP{
}

.phw-g-i-MpvzlS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Mq53Lj{
font-weight:700;
font-size:54px;
line-height:1.25;
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-rmfirstclass);
text-align:start;
}

.phw-g-i-MqCrSe{
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-MqCrSe{
font-weight:700;
color:var(--white);
}

.phw-g-i-RdSvPc:hover .phw-g-i-MqCrSe{
font-weight:700;
color:var(--white);
}

.phw-g-i-Mr4Pjg{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-MrdFJ2{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-MsJ3w5{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Yyue4K:hover .phw-g-i-MsJ3w5{
background-color:var(--brand-color-primary);
}

.phw-g-i-MsXKWt{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-MtLErc{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Mw5hU7{
height:64px;
}

.phw-g-i-MwJ8GN{
}

.phw-g-i-MwY63J{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-MxAfDA{
font-weight:400;
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-MxXWfn{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-FehVoo:hover .phw-g-i-MxXWfn{
}

.phw-g-i-kwd1im:hover .phw-g-i-MxXWfn{
}

.phw-g-i-MyLmJn{
font-weight:300;
font-size:var(--phw-g-widget-title-font-size);
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Mz14FF{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:transparent;
}

.phw-g-i-MzdGDz{
}

.phw-g-i-Mzo9od{
object-fit:contain;
aspect-ratio:4/3;
}

.phw-g-i-N28fmA{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-N5Ve44{
}

.phw-g-i-N5xfNt{
}

.phw-g-i-XdRUVu:hover .phw-g-i-N5xfNt{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-N61Ewt{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-N63PuN{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-N6WvDq{
}

.phw-g-i-N7Xhx2{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-N7iWaU{
}

.phw-g-i-N8QukB{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-N8QukB{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-N9HEVg{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-N9m5Ff{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-NAJT8H{
background-color:var(--phw-custom-white);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-color:var(--brand-color-primary);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-NAJT8H{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
font-weight:700;
text-align:center;
}

.phw-g-i-fFp7bU:hover .phw-g-i-NAJT8H{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-NAJT8H{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
font-weight:700;
text-align:center;
}

.phw-g-i-NBYDbr{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-NBfodw{
}

.phw-g-i-mFQ0FM:hover .phw-g-i-NBfodw{
color:var(--white);
}

.phw-g-i-NDAWK0{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
line-height:1.58;
}

.phw-g-i-NDBJV0{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-NDawGM{
background-color:var(--widget-bg-white-color);
}

.phw-g-i-NDzHeF{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-NFH5Uk{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-NGE0mD{
color:var(--body-color);
font-weight:300;
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-99hgWI:hover .phw-g-i-NH7gP4{
color:var(--white);
}

.phw-g-i-NH7gP4{
}

.phw-g-i-NH9dAi{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:300;
}

.phw-g-i-NIUCIM{
text-align:center;
}

.phw-g-i-NIfXb0{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-NIfXb0{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-NJLPrd{
}

.phw-g-i-NLgQbw{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-NMeIEf{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-NNbApy{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-NQ8ILB{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-NR6zqQ{
}

.phw-g-i-NSBTKC{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-NSmZE6{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-L8xmC5:hover .phw-g-i-NSmZE6{
}

.phw-g-i-NTAwNe{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
text-align:center;
}

.phw-g-i-NU0FhX{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-NUKQyY{
}

.phw-g-i-NUaLo0{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-NVKyRF{
}

.phw-g-i-NVMazY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-NVwDwx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-NWHuN5{
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-NXOels{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-NXchxw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-NYIwAB{
}

.phw-g-i-NYTKId{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-v4oCFy:hover .phw-g-i-NYTKId{
color:var(--white);
}

.phw-g-i-qhQhRD:hover .phw-g-i-NYTKId{
color:var(--white);
}

.phw-g-i-NalAba{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-Nb9zqO{
}

.phw-g-i-NbXEIQ{
}

.phw-g-i-NbgYnZ{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-NcHuqn{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
}

.phw-g-i-NcT4CF{
}

.phw-g-i-NfW5yk{
}

.phw-g-i-NhUSNk{
}

.phw-g-i-NhqyBT{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-NiMmpP{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-NitlwS{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/MEDIUM_1026x371_parcels-1748614196228.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
}

.phw-g-i-NjIdUc{
}

.phw-g-i-NjKWNF{
}

.phw-g-i-NjfxTg{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/RMCruciform_English_FullColour_Positive_RGB-1728045315456.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-position:50% 0%;
background-size:tile;
}

.phw-g-i-NjqJCE{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-NkI4aL{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-NlHowH{
}

.phw-g-i-Nm4sr8{
}

.phw-g-i-Nn07jC{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-NnYCEV{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Nnfprn{
fill:var(--phw-custom-icon_black000000);
background-color:var(--phw-custom-white);
}

.phw-g-i-Nqje5z{
}
.phw-g-i-Nqje5z img{
object-fit:cover;
}

.phw-g-i-Nr9Tha{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}

.phw-g-i-NrytGz{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-NsBwfz{
}

.phw-g-i-NsP3Hk{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-NsgmHK{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Nsmm7k{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Nt0IIV{
}

.phw-g-i-NufeHj{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-NvI0L0{
object-fit:contain;
aspect-ratio:16/9;
}

.phw-g-i-NvbxPz{
background:none;
background-image:none;
}

.phw-g-i-NwF4Rq{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-NwxLSV{
color:var(--white);
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-Nxc7b3{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-NyYrhu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-Nz6n1M{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-NzWqf1{
}

.phw-g-i-NztLQV{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-NzyJvR{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-O0589Q{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-O2RSeJ{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-O3pW7V{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
font-family:var(--cms-g-rmfirstclass);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-O3pW7V{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
font-weight:700;
text-align:center;
}

.phw-g-i-O6xgLq{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-O7LWRW{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-O87ndK{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-O8bPph{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-O8pbt8{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-OAfVmB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-OC0Kq5{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-OCGT6s{
}

.phw-g-i-OCZZO5{
background-color:var(--phw-custom-white);
}

.phw-g-i-ICplfx:hover .phw-g-i-ODW15U{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-ODW15U{
}

.phw-g-i-OEJzwU{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-OESKMM{
}

.phw-g-i-OEd0sd{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-OEk1y4{
}

.phw-g-i-OEklT5{
}

.phw-g-i-OEuH2K{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-OGu74T{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-OJ5agB{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-OJ7Cip{
color:var(--text-dark);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-HJAo02:hover .phw-g-i-OJ7Cip{
font-size:var(--phw-g-small-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-OJgs8M{
}

.phw-g-i-OJhZGS{
}

.phw-g-i-OJvbM8{
}

.phw-g-i-OLx5Lo{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-4);
color:var(--phw-custom-darkgrey404044);
font-weight:600;
}

.phw-g-i-OMcnDW{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-OMzGT4{
}

.phw-g-i-ON0VDB{
}

.phw-g-i-ONlSoP{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-OOGgVu{
background:none;
background-image:none;
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
background-color:transparent;
}

.phw-g-i-OP1CKu{
aspect-ratio:4/3;
opacity:50;
object-fit:cover;
}

.phw-g-i-siikHH:hover .phw-g-i-OP1CKu{
}

.phw-g-i-PDsyCw:hover .phw-g-i-OP1CKu{
}

.phw-g-i-OQFeMZ{
}
.phw-g-i-OQFeMZ img{
aspect-ratio:9/16;
object-fit:cover;
}

.phw-g-i-OQl0gn{
}

.phw-g-i-ORBA4Y{
}

.phw-g-i-ORDQbk{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-ORKgC7{
}

.phw-g-i-ORTzBB{
font-weight:400;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ORgKZ5{
}

.phw-g-i-OSLn2i{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-OTquLI{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-OU9A9X{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-OW9dMF{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
text-align:start;
}

.phw-g-i-OXIrkP{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-OXgNgB{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-OaJCM9{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-OaOKXl{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-ObIIvD{
}

.phw-g-i-Obupdq{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ERksQd:hover .phw-g-i-Obupdq{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-Ocirjy{
}

.phw-g-i-Od2Bu5{
}

.phw-g-i-OeXKDK{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-OftGE6{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-Ogj7hX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
}

.phw-g-i-OkTRkt{
}

.phw-g-i-OlbKbk{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-On64Ju{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-On64Ju:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
font-weight:400;
}

.phw-g-i-On66cZ{
line-height:1.5;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:14px;
text-align:start;
}

.phw-g-i-OntUnI{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-OoI2NL{
}

.phw-g-i-OoPOYd{
box-shadow:var(--box-shadow-style-2);
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6BIedB:hover .phw-g-i-OoPOYd{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-OoPOYd{
background-color:var(--brand-color-primary);
}

.phw-g-i-sf3IoM:hover .phw-g-i-OoPOYd{
background-color:var(--brand-color-primary);
}

.phw-g-i-PmNivS:hover .phw-g-i-OoPOYd{
background-color:var(--brand-color-primary);
}

.phw-g-i-rQcHXj:hover .phw-g-i-OoPOYd{
background-color:var(--brand-color-primary);
}

.phw-g-i-Op5qWq{
}

.phw-g-i-OrNpna{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-OrSpME{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-OrileR{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-OsjqCr{
}

.phw-g-i-OvXurJ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Ovax9O{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-4zJt2L:hover .phw-g-i-OvouS3{
}

.phw-g-i-OvouS3{
}

.phw-g-i-OvrwFk{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-OvrwFk{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-OxOoop{
}

.phw-g-i-OxZFRe{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Oz9Z9K{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--text-dark);
}

.phw-g-i-P6Rh7L{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-P6S54O{
font-size:24px;
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-P6qfUJ{
background-color:transparent;
}

.phw-g-i-P7f7qV{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-P7rCJ4{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-P9HWEV{
}

.phw-g-i-P9RAKB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-PBALYX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-PBpnzB{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-PCZW1m{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-PDdZNE{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-PDsyCw{
}

.phw-g-i-PEFUaf{
}

.phw-g-i-PFr6yN{
background-color:var(--phw-custom-white);
}

.phw-g-i-PFvl0k{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-PGYct3{
}

.phw-g-i-PGwT5K{
}

.phw-g-i-PHj6gU{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-PHjwO0{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-PJXSMg{
color:var(--phw-custom-warm-redb70d12ff);
text-align:center;
}

.phw-g-i-PLAGEx{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-PLdlaW{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-PLdlaW{
}

.phw-g-i-PLhpHn{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-PMNGKG{
background:none;
background-image:none;
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-6BIedB:hover .phw-g-i-PMNGKG{
color:var(--white);
}

.phw-g-i-PMruND{
font-family:var(--cms-g-pfdin);
height:200px;
}

.phw-g-i-PN4Jn3{
background-color:transparent;
}

.phw-g-i-PN4Jn3:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-PN4Jn3:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-PN4Jn3:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-PN4Jn3.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-PN4Jn3:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-PNYAlg{
background-color:transparent;
}

.phw-g-i-PNnJoF{
}

.phw-g-i-PObcoe{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-PPXzoM{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-PPzIdw{
}

.phw-g-i-PQK3KG{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-PQxoYs{
background-color:var(--brand-color-primary);
}

.phw-g-i-PTO9Fx{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-positive-blue0892cbff);
text-align:center;
}

.phw-g-i-PTnSNn{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-PUY5HX{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-PUm1tS{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-PV4UEW{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-PWg8Gz{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-PWiS5i{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-PWqKBV{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Operations_Management-1732109322215.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-PX1EaZ{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-PXxoVV{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-PYb9Hv{
border-top-right-radius:5%;
border-top-left-radius:5%;
}

.phw-g-i-PZjxLo{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-PZwM6h{
}

.phw-g-i-PbBB1c{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-PcX2M7{
}

.phw-g-i-PdDVdH{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-PdXmDp{
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-2.5);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-Pey6Eo{
}

.phw-g-i-PgEbcH{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-PhDp7t{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-PhNS17{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-PhNS17{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-PhkFHt{
font-weight:600;
font-size:var(--phw-g-large-text-font-size);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-Pkgv2S{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-PkqJzk{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Pl0RnC{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-PlFvAP{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-PlXChy{
text-align:center;
}

.phw-g-i-Plr0XG{
background-color:transparent;
}

.phw-g-i-Pm8YD5{
}

.phw-g-i-X9PCzs:hover .phw-g-i-Pm8YD5{
}

.phw-g-i-PmNivS{
}

.phw-g-i-PpDsjv{
margin-inline-start:calc(var(--mu-space)*10);
color:var(--phw-custom-darkgrey404044);
margin-bottom:calc(var(--mu-space)*2.5);
}

.phw-g-i-PpJEXw{
font-family:var(--cms-g-pfdin);
margin-top:auto;
margin-bottom:auto;
text-align:center;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-PpJlyM{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-PpJoYt{
}

.phw-g-i-PpUDa4{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Pq2eQJ{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-PrtRZP{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-PsXLoE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-PsnpYi{
font-weight:600;
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
}

.phw-g-i-fRHBhy:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-BR1Jhw:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-4MFepK:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-tNyJP5:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-coWiMp:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-X7dyPf:hover .phw-g-i-PsnpYi{
color:var(--white);
}

.phw-g-i-Pt6Ogo{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-PuVBPf{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Pvf5Fx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-PwSOU0{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Pwdmei{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Pxex2m{
}

.phw-g-i-Py1ti8{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-height:none;
min-height:0px;
background-color:var(--phw-custom-white);
max-width:none;
min-width:0px;
height:180px;
}

.phw-g-i-PyLs5A{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-PyYl5n{
}

.phw-g-i-PyzhVn{
}

.phw-g-i-PzCtg8{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-PzHdhV{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-footer_bgd8d8d8);
}

.phw-g-i-PzZkc8{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Q0i8lt{
}

.phw-g-i-Q1Bfk2{
background-color:var(--brand-color-primary);
}

.phw-g-i-Q3vUnQ{
}

.phw-g-i-Q6JGYP{
}

.phw-g-i-Q78lcj{
}

.phw-g-i-Q7roLK{
}

.phw-g-i-Q96s3i{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Q9rVBK{
}

.phw-g-i-QAeS0T{
font-family:var(--cms-g-pfdin);
font-style:normal;
font-weight:400;
color:var(--brand-color-primary);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-QBObqR{
}

.phw-g-i-QD7oKl{
}

.phw-g-i-QDUJLG{
fill:var(--phw-custom-white_icone8eff5);
}

.phw-g-i-QG09km{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Media_and_Communications-1732109584787.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-QHsWQ2{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QHwdgJ{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-QIH1ve{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-QJ5Vk8{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:transparent;
}

.phw-g-i-QKBImA{
}

.phw-g-i-QM4mU5{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-QMEWsm{
}

.phw-g-i-QNfUBo{
}

.phw-g-i-QNwomz{
}

.phw-g-i-QO8Xhr{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-QOfsLU{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-QOpNP8{
}

.phw-g-i-QP1gwP{
}

.phw-g-i-QP54Pd{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-QQ7EeW{
}

.phw-g-i-QQPHJo{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-QQsLwO{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-QQsLwO:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-QQsLwO.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-QQsLwO:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-QQsLwO::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-QQsLwO:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-QQsLwO::-moz-placeholder{
font-size:16px;
}
.phw-g-i-QQsLwO::placeholder{
font-size:16px;
}

.phw-g-i-QQtWww{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-QQtqJw{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-QRIAW6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QRgFZI{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-QRzryZ{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-EPcDc9:hover .phw-g-i-QRzryZ{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-QU5Xrc{
font-size:var(--phw-g-input-label-text-font-size);
}

.phw-g-i-QUNHu4{
font-weight:600;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-QUOfZA{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-repeat:no-repeat;
}

.phw-g-i-QWMgaF{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-QX5cMJ{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-QX5cMJ{
}

.phw-g-i-QXfyWR{
background-color:var(--phw-custom-footer_bgd8d8d8);
color:var(--white);
}

.phw-g-i-QYnzQ0{
}

.phw-g-i-QZVljq{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-QbCOoz{
}

.phw-g-i-QbLIIb{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Qd65Od{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
}

.phw-g-i-QfczPY{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-QhnlGx{
}

.phw-g-i-Ql5w6R{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-QlpxnO{
}

.phw-g-i-Qm0Gey{
}

.phw-g-i-Qm9Zwg{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QmHdjT{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-QnebJO{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Qnuqzl{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Qp1FPD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QrOKxq{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-QrRXAy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-QtKBZg{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-QttmhW{
}

.phw-g-i-X9PCzs:hover .phw-g-i-QtyMRz{
}

.phw-g-i-QtyMRz{
}

.phw-g-i-Qv3TiZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-QvR4Ka{
background-color:var(--phw-custom-white);
}

.phw-g-i-QvdHDB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-QwfgQD{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-QwwSJK{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-QwytKy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QyHKRp{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-Qz6d0e{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-QzRorJ{
}

.phw-g-i-QzUMSA{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-QzfgRj{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-R0X88l{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*3.75);
}

.phw-g-i-R0eLm3{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-R1mpce{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-R2GL8d{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-R38v7o{
fill:transparent;
}

.phw-g-i-R3vbnf{
background-color:var(--phw-custom-grey_bg_40-oppacity);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Bycu8n:hover .phw-g-i-R3vbnf{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--brand-color-primary);
}

.phw-g-i-R4GqKS{
background-color:var(--phw-custom-white);
}

.phw-g-i-R530p0{
}

.phw-g-i-R532FN{
}

.phw-g-i-R6L3rn{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-R7VWpC{
}

.phw-g-i-R8aCzu{
}

.phw-g-i-RAmkFB{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-RBG2np{
}

.phw-g-i-REuInJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-RFAnpj{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RFTHJw{
}

.phw-g-i-RHiPlh{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-RHrNPA{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-RI5k2W{
font-size:var(--phw-g-input-label-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-RIuUi5{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-RKyXX8{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-RLTxtc{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-RN3hiw{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-RN8ZJC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-RNHyPH{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-RNqJ3j{
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-RP2l3m{
background-color:var(--phw-custom-white);
}

.phw-g-i-piE7wF:hover .phw-g-i-RPIZtZ{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-RPIZtZ{
}

.phw-g-i-H8b6wY:hover .phw-g-i-RPIZtZ{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-RPkxMF{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RQmwQR{
font-size:var(--phw-g-widget-title-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RRihH9{
}

.phw-g-i-RUWVcw{
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-RUWjXx{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-RUfZ8s{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-RUmEd6{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RWFSR0{
}

.phw-g-i-RY2R8u{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
font-family:var(--cms-g-pfdin);
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-RY2R8u:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-RY2R8u:focus{
border-style:none;
}

.phw-g-i-RYzpdB{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Ra6YEF{
font-weight:600;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.2;
color:var(--brand-color-primary);
}

.phw-g-i-RbQEdG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Rc60vI{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:16px;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-Rc60vI:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-Rc60vI.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-Rc60vI:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-RcFQ4c{
}

.phw-g-i-RcXTfw{
}

.phw-g-i-RcZT3N{
}

.phw-g-i-Rcy8g3{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-RdSvPc{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-ReP4Pu{
}

.phw-g-i-Ref038{
}

.phw-g-i-ReuLDn{
}

.phw-g-i-RfIgqV{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-Rfg5Qv{
background-color:var(--phw-custom-bg_primary_type2da202a);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-Uo892P:hover .phw-g-i-Rfg5Qv{
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Ric1Fh{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-Rj0BFg{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-Rja0FD{
font-size:20px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-RjyhVp{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-RkAH1B{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RlJSGT{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-RlJoPz{
border-color:var(--phw-custom-icon_border_black000000);
}

.phw-g-i-RnGlFg{
}

.phw-g-i-RoLVYt{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RoX7Sq{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-RrDFX3{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-RrO15w{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-Run2IE{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Rv8CVC{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-RxMOA6{
}

.phw-g-i-RyKCza{
}

.phw-g-i-Rz3XYQ{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-S0uvVa{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-S0uvVa{
background-color:var(--brand-color-primary);
}

.phw-g-i-HA920a:hover .phw-g-i-S0yunT{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-S0yunT{
}

.phw-g-i-S2WGEd{
font-weight:700;
}

.phw-g-i-0VGSah:hover .phw-g-i-S2WGEd{
font-weight:700;
font-size:30px;
}

.phw-g-i-S30f36{
color:var(--white);
}

.phw-g-i-S30f36:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-S3D6CE{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
height:20%;
width:50%;
}

.phw-g-i-93sTEK:hover .phw-g-i-S3D6CE{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-S3Rnni{
}

.phw-g-i-EPcDc9:hover .phw-g-i-S3Rnni{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-S3d1uF{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-S4x5Gc{
}

.phw-g-i-S65J8k{
font-size:20px;
}

.phw-g-i-S6I6Mb{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Bycu8n:hover .phw-g-i-S6I6Mb{
color:var(--white);
}

.phw-g-i-2FYmJu:hover .phw-g-i-S6I6Mb{
color:var(--white);
}

.phw-g-i-S75L2h{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-S7WVjB{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-S7jfEX{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-S8P8FH{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-S9fSDF{
}

.phw-g-i-SAM6YH{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-align:start;
}

.phw-g-i-SAYx7T{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SAjPBd{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-SBrpJ5{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-SBtvO6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SDPBB7{
}

.phw-g-i-SEsp7B{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space)*6.25);
}

.phw-g-i-SFILEW{
}

.phw-g-i-SFYwYP{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-SGiXC9{
font-size:18px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-SGsRxi{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-SH32FE{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-SHeH8j{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SIREdK{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-SIREdK{
font-weight:700;
font-size:40px;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-SIVGql{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-SJ3SP2{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SJgQKh{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.58;
font-weight:400;
}

.phw-g-i-SJl91e{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-SKPW5X{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-SKzqns{
}

.phw-g-i-SM69Pb{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-SMcSHn{
}

.phw-g-i-SNF59y{
font-size:16px;
line-height:1.5;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-SOOsfG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SOkJsl{
color:var(--white);
margin-inline-start:calc(var(--mu-space)*10);
margin-bottom:calc(var(--mu-space)*1.25);
}

.phw-g-i-SP3EcC{
fill:transparent;
color:transparent;
}

.phw-g-i-SPiM5G{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-SQlHOS{
}

.phw-g-i-STc07K{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-SUy83f{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-SW9lUf{
fill:transparent;
}

.phw-g-i-SXG5EF{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-SZMlCI{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-SZaK8h{
font-weight:300;
font-size:50px;
line-height:1.25;
color:var(--black);
font-family:var(--cms-g-rmfirstclass);
text-shadow:0px 1px 0px rgba(218, 32, 42, 1);
}

.phw-g-i-SZzgcz{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Sa02gp{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-SaaVQ5{
padding-top:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-Samxt0{
aspect-ratio:3/2;
}

.phw-g-i-SarHPP{
aspect-ratio:4/3;
object-fit:contain;
border-style:solid;
border-color:var(--phw-custom-border_positive-blue0892cbff);
}

.phw-g-i-ScUzNX{
font-family:var(--cms-g-rmfirstclass);
text-align:center;
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-Sd6e6M{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-Sh1Zfw{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ShqYYk{
font-size:var(--phw-g-regular-text-font-size);
text-align:start;
}

.phw-g-i-Shv4Yz{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-SiWNmk{
font-family:var(--cms-g-pfdin);
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--text-dark);
}

.phw-g-i-SiY9x3{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Sk8rTS{
}

.phw-g-i-Sk9GNh{
font-weight:400;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-SkDtsX{
font-size:40px;
line-height:1.25;
color:var(--white);
font-weight:300;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-SlkB0M{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-SmUKaB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-SmZe6K{
}

.phw-g-i-SnrJjL{
color:transparent;
}

.phw-g-i-So0A5r{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
}

.phw-g-i-SoursS{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--brand-color-primary);
}

.phw-g-i-SpF5sc{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-SqNkA3{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-SrSx5G{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-SreDY7{
color:var(--brand-color-primary);
}

.phw-g-i-X9PCzs:hover .phw-g-i-SreDY7{
}

.phw-g-i-Srf6VS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SsTs9J{
aspect-ratio:3/2;
object-fit:cover;
text-align:left;
}

.phw-g-i-Sta0JC{
font-size:var(--phw-g-input-label-text-font-size);
}

.phw-g-i-SvIcip{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-SvUA8S{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Svqau8{
}

.phw-g-i-SxjDOu{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-Sy6OUl{
color:var(--body-color);
}

.phw-g-i-SzafiQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-SzrTXT{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-T1qzEt{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-T25aoN{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-T3B9rT{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-T3EIMq{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-T3tnPb{
}

.phw-g-i-T4iNlO{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-T4jhIS{
}

.phw-g-i-T4wg8x{
}

.phw-g-i-T6LYZZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-T6PSDK{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-T6mH5Y{
font-family:var(--cms-g-pfdin);
height:200px;
background-color:var(--phw-custom-white);
}

.phw-g-i-T7zT4k{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-T8Qn2D{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-T9TDKA{
font-size:var(--phw-g-small-text-font-size);
text-transform:none;
font-weight:400;
}

.phw-g-i-T9u77Y{
}

.phw-g-i-TCEOrO{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-TCdlTZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-TCedsD{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-qhQhRD:hover .phw-g-i-TCedsD{
color:var(--white);
}

.phw-g-i-TD0SNk{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-TDznb5{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-TFdITQ{
font-family:var(--cms-g-pfdin);
text-align:center;
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-TG6oL8{
}

.phw-g-i-TGhpsW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-TISQ1j{
}

.phw-g-i-TJ1Ol6{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-TJvYmz{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-TJvYmz:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-TJvYmz.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-TJvYmz:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-TJvYmz::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-TJvYmz:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-TJvYmz::-moz-placeholder{
font-size:16px;
}
.phw-g-i-TJvYmz::placeholder{
font-size:16px;
}

.phw-g-i-TKBZfl{
max-height:100px;
}

.phw-g-i-TKCXqC{
background-color:transparent;
}

.phw-g-i-TKt2gQ{
text-transform:none;
color:var(--phw-custom-darkgrey404044);
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
font-family:var(--cms-g-pfdin);
font-style:normal;
}

.phw-g-i-TLdDZc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-TLx3gn{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-TMnSS1{
object-fit:cover;
aspect-ratio:3/2;
text-align:center;
margin-top:calc(var(--mu-space)*0.125);
}

.phw-g-i-TNaRmx{
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-TNyf7K{
}

.phw-g-i-TQMTJc{
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-TQZxcH{
}

.phw-g-i-TRbGBG{
font-family:var(--cms-g-pfdin);
box-shadow:var(--box-shadow-style-3);
}

.phw-g-i-TRefUU{
}

.phw-g-i-TTBZ4S{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
}

.phw-g-i-TVF3Yt{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-TWeOVa{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-TX4OrY{
border-width:1px;
border-color:var(--phw-custom-whiteborderffffff);
border-style:solid;
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-input-label-text-font-size);
text-transform:none;
}

.phw-g-i-TX4OrY:hover{
border-width:3px;
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-transform:none;
font-style:normal;
}

.phw-g-i-TX4OrY:focus{
border-width:3px;
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-transform:none;
text-decoration:underline;
}

.phw-g-i-TX4OrY:active{
border-width:3px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-decoration:underline;
text-transform:none;
}

.phw-g-i-TX4OrY:visited{
color:var(--white);
}

.phw-g-i-TX4OrY:focus-visible{
}

.phw-g-i-TXp3Pl{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
background-color:var(--brand-color-primary);
}

.phw-g-i-TYI1Lr{
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-TYPa8n{
}

.phw-g-i-TYUcDm{
}

.phw-g-i-TYj8lS{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-TaG5bg{
}

.phw-g-i-Tb8BSC{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
border-bottom-left-radius:calc(var(--border-radius-base)*2.5);
border-bottom-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Tb8x9F{
text-align:center;
aspect-ratio:1/1;
object-fit:none;
}

.phw-g-i-TbIBaK{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--text-dark);
}

.phw-g-i-TbQJe1{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
margin-bottom:calc(var(--mu-space)*5);
}

.phw-g-i-Tc8AgS{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-I4R3vz:hover .phw-g-i-Tc8AgS{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-TdiJfC{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-TdzlxV{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-Tefrik{
}

.phw-g-i-Tes8jN{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-Tfhnn2{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-TfkjVz{
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-TfkjVz{
font-weight:400;
font-size:34px;
color:var(--white);
}

.phw-g-i-TgCEQx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-TgLhha{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:20px;
}

.phw-g-i-TglYsp{
border-color:var(--phw-custom-icon_border_black000000);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-TgtKTV{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Ti3vyY{
background-color:var(--phw-custom-white);
}

.phw-g-i-TjpdvI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Tl88Ar{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Womanpostingletterinpostbox01.png-1732097489938.png);
font-family:var(--cms-g-pfdin);
background-size:cover;
background-position:50% 50%;
}

.phw-g-i-Tmpoka{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Tn7ayJ{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Tn9mpE{
font-family:var(--cms-g-pfdin);
margin-top:auto;
margin-bottom:auto;
text-align:center;
}

.phw-g-i-ToAmpX{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-TokPVf{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-Tp04Rb{
color:var(--phw-custom-darkgrey404044);
margin-bottom:calc(var(--mu-space)*2.5);
margin-inline-start:calc(var(--mu-space)*10);
}

.phw-g-i-TpZly0{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-TqJe8N{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-TrFYyi{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-TrFYyi:hover{
color:var(--white);
}

.phw-g-i-TsXG3r{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-TuUZcs{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-TuyMjY{
}

.phw-g-i-Tv9oOC{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-TwmxJo{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-puMGPo:hover .phw-g-i-TwmxJo{
}

.phw-g-i-Tx6Xrw{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-footer_bgd8d8d8);
}

.phw-g-i-Ty6OiW{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-TyuOnr{
}

.phw-g-i-U0JJe7{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-U1Qakw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-U66syG{
border-color:var(--phw-custom-icon_border_black000000);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-U6C6qn{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-U6vldz{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-U7LpB4{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-U7m1qu{
background-color:var(--widget-bg-dark-color);
}

.phw-g-i-U90Fy1{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-U92wsB{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:1.25;
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-U9EQlD{
}

.phw-g-i-U9xuns{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
text-align:center;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-UAk6EX{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-UCJ0ur{
}

.phw-g-i-UCOslL{
color:var(--white);
font-family:var(--cms-g-pfdin);
border-style:none;
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
}

.phw-g-i-UCOslL:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-UCOslL:focus{
font-family:var(--cms-g-rmfirstclass);
border-style:none;
outline-style:none;
}

.phw-g-i-UDapYI{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-UDapYI{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-UDwCtr{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-UErfOq{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-UFDaRJ{
font-weight:700;
}

.phw-g-i-UGrUpk{
}

.phw-g-i-UHbQDO{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-UIb0KI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-UJfJgV{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-UJfJgV:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-UJfJgV.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-UJfJgV:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-UJfJgV::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-UJfJgV:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-UJfJgV::-moz-placeholder{
font-size:16px;
}
.phw-g-i-UJfJgV::placeholder{
font-size:16px;
}

.phw-g-i-UK7zkc{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-I4R3vz:hover .phw-g-i-UK7zkc{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-UKqkq3{
background:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-UKuuOh{
fill:transparent;
}

.phw-g-i-UL5vrq{
}

.phw-g-i-UL6Gkx{
margin-inline-start:calc(var(--mu-space)*10);
}

.phw-g-i-ULVwLZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ULfaDi{
font-size:18px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-UNF2l6{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-UOwl8f{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-UPDOrq{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-UPDOrq{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-rQcHXj:hover .phw-g-i-UQTGRF{
color:var(--white);
}

.phw-g-i-UQTGRF{
}

.phw-g-i-UQmkPs{
}

.phw-g-i-UT2r3C{
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-weight:300;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-UTLa7N{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-UTXRlG{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-UTpOta{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-UTqrBM{
background:none;
background-image:none;
color:var(--brand-color-primary);
}

.phw-g-i-6BIedB:hover .phw-g-i-UTqrBM{
color:var(--white);
}

.phw-g-i-UV2oPZ{
background-color:transparent;
}

.phw-g-i-UVO4lU{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-UXssl9{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-UXssl9:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-UXssl9.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-UXssl9:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-UXssl9::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-UXssl9:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-UXssl9::-moz-placeholder{
font-size:16px;
}
.phw-g-i-UXssl9::placeholder{
font-size:16px;
}

.phw-g-i-UYdzvX{
}

.phw-g-i-UZ5rw9{
}

.phw-g-i-UZTH3T{
font-size:var(--phw-g-regular-text-font-size);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-UZsZkP{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-Uay6Yj{
}

.phw-g-i-UdGt4f{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-UdR5jh{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-UdkWjs{
}
.phw-g-i-UdkWjs img{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-UdqVQD{
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-Ue1wXf{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-Ue1wXf{
}

.phw-g-i-UeRtXa{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-UettJ5{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-Uf3DL0{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-UfJJHS{
}

.phw-g-i-UfrEyM{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-UiCkeE{
background-color:transparent;
color:var(--white);
font-weight:400;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-UiCkeE{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-UiGqUP{
font-family:var(--cms-g-pfdin);
color:var(--link-color);
}

.phw-g-i-UiVN37{
font-size:16px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:700;
font-style:normal;
}

.phw-g-i-UjAyfF{
background-color:transparent;
border-style:none;
}

.phw-g-i-UjAyfF:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-UjAyfF:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-UjAyfF:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-UjAyfF.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-UjAyfF:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-UkL1uG{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-UkWvQ1{
font-family:var(--cms-g-pfdin);
height:300px;
}

.phw-g-i-UlbmPl{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Um5Skk{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-UmfJV1{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
}
.phw-g-i-UmfJV1 img{
object-fit:cover;
}

.phw-g-i-UnGcpU{
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-2.5);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Uo892P{
}

.phw-g-i-Uoialt{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-L8xmC5:hover .phw-g-i-Uoialt{
}

.phw-g-i-UpjGmc:hover{
}

.phw-g-i-UpjGmc{
}

.phw-g-i-UqPBV0{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-UqQ5VE{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Urp4BW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-UsN7C5{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-UsaXEz{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-UvIkwQ{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-UvzX10{
}

.phw-g-i-UxkNLX{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-UxySLZ{
}

.phw-g-i-UyqD8u{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-UyqD8u:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-UyqD8u.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-UyqD8u:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-UyqD8u::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-UyqD8u:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-UyqD8u::-moz-placeholder{
font-size:16px;
}
.phw-g-i-UyqD8u::placeholder{
font-size:16px;
}

.phw-g-i-UzNZYG{
}

.phw-g-i-UzVtIA{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-UzwnT7{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-V1Qhne{
}

.phw-g-i-V3MnNE{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-V47f8U{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-V4na2v{
}

.phw-g-i-V55L1C{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-V5wQ7f{
}

.phw-g-i-V8Nfbd{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
justify-content:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-V8Nfbd{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-V9Wlsg{
}

.phw-g-i-V9crSZ{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-L8xmC5:hover .phw-g-i-V9crSZ{
}

.phw-g-i-VATXPZ{
}

.phw-g-i-VAuP7l{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-VChkgk{
border-style:solid;
border-color:var(--brand-color-primary);
background-color:var(--phw-custom-white);
color:var(--body-color);
border-width:2px;
}

.phw-g-i-VCrqRS{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-VDYqLC{
background-color:transparent;
}

.phw-g-i-VDYqLC:hover{
border-color:transparent;
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-VDYqLC:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-VDYqLC:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-VDYqLC.disabled{
border-color:var(--disabled-color);
color:var(--btn-disabled-color);
background-color:transparent;
}
.phw-g-i-VDYqLC:disabled{
border-color:var(--disabled-color);
color:var(--btn-disabled-color);
background-color:transparent;
}

.phw-g-i-VEF97G{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-VEth5H{
}
.phw-g-i-VEth5H img{
object-fit:contain;
}

.phw-g-i-VH3yAQ{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-VHCz3U{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-JmHDwk:hover .phw-g-i-VHCz3U{
}

.phw-g-i-VKLAXJ{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:400;
}

.phw-g-i-VLT7tr{
}

.phw-g-i-VLtx9U{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
}

.phw-g-i-rQcHXj:hover .phw-g-i-VLtx9U{
background-color:var(--brand-color-primary);
}

.phw-g-i-VMXcwK{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-VNBzNj{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/191105_LIN_KB_RM_RushupEdge_RT-1732892511681.png);
font-family:var(--cms-g-pfdin);
background-repeat:no-repeat;
}

.phw-g-i-VNv0zf{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-VOSHbf{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-VOSHbf:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-VOSHbf.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-VOSHbf:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-VOSHbf::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-VOSHbf:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-VOSHbf::-moz-placeholder{
font-size:16px;
}
.phw-g-i-VOSHbf::placeholder{
font-size:16px;
}

.phw-g-i-VPYn5B{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-eynqgL:hover .phw-g-i-VPYn5B{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-VPro6i{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--body-color);
font-weight:400;
}

.phw-g-i-VQrgEt{
height:372px;
}
.phw-g-i-VQrgEt img{
aspect-ratio:3/2;
object-fit:cover;
height:100% ;
width:100% ;
}

.phw-g-i-VR6gcM{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-VS2r3f{
background-color:var(--brand-color-primary);
}

.phw-g-i-VUMIKl{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-VURy9l{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-VUoFa1{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-VUp4z3{
font-size:var(--phw-g-small-text-font-size);
text-transform:none;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-VVTTEK{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-VX7eh4{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-VYcXfw{
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
color:var(--white);
display:inline-block;
}

.phw-g-i-VYcXfw:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
font-style:normal;
}

.phw-g-i-VcNkya{
}

.phw-g-i-Ve1mcb{
font-size:var(--paragraph-font-size-1);
line-height:var(--paragraph-line-height-1);
color:var(--white);
display:inline-flex;
text-decoration:none;
}

.phw-g-i-Ve1mcb:hover{
color:var(--white);
text-decoration:underline;
font-family:var(--cms-g-pfdin);
font-weight:400;
font-style:normal;
}

.phw-g-i-Ve7LOT{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-VfSCEn{
}

.phw-g-i-VgcFvQ{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--brand-color-primary);
}

.phw-g-i-VgtB5X{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-VhmA6S{
}

.phw-g-i-VjSEcK{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-VkO1Pk{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
}

.phw-g-i-VkWOtu{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-VkYPwQ{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-qS3l6V:hover .phw-g-i-VkYPwQ{
}

.phw-g-i-VlrwJr{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-VmNM4j{
font-size:var(--phw-g-regular-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--link-color);
}

.phw-g-i-DLu6fL:hover .phw-g-i-VmNM4j{
font-weight:700;
}

.phw-g-i-VmhjpN{
}

.phw-g-i-Vntekw{
}
.phw-g-i-Vntekw img{
object-fit:cover ;
}

.phw-g-i-VoUJ2Z{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-VpS9pU{
}

.phw-g-i-Vq7Xp6{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
font-weight:700;
}

.phw-g-i-VqIHDy{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-VqNaFp{
}

.phw-g-i-VqboXF{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-VuURGZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-Vus4ky{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-VvEC6j{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Vx5acm{
font-family:var(--cms-g-pfdin);
border-style:none;
border-color:var(--phw-custom-whiteborderffffff);
}

.phw-g-i-VxDOwW{
}

.phw-g-i-VyNSdN{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-VyTc6X{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-VyTc6X:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-VyTc6X.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-VyTc6X:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-VyTc6X::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-VyTc6X:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-VyTc6X::-moz-placeholder{
font-size:16px;
}
.phw-g-i-VyTc6X::placeholder{
font-size:16px;
}

.phw-g-i-Vym83y{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Vz6sxi{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-transform:none;
}

.phw-g-i-VzaN2Y{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-W0Ry8l{
border-color:var(--phw-custom-whiteborderffffff);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-button-text-font-size);
text-align:center;
}

.phw-g-i-W0Ry8l:hover{
color:var(--white);
border-color:transparent;
text-decoration:none;
text-transform:uppercase;
}

.phw-g-i-W0Ry8l:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-W0Ry8l:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-W0Ry8l.disabled{
color:var(--btn-dark);
border-color:transparent;
}
.phw-g-i-W0Ry8l:disabled{
color:var(--btn-dark);
border-color:transparent;
}

.phw-g-i-dZPwB1:hover .phw-g-i-W0Ry8l{
color:var(--white);
}

.phw-g-i-HA920a:hover .phw-g-i-W0Ry8l{
border-color:transparent;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-button-text-font-size);
text-align:center;
}

.phw-g-i-ZJrD2p:hover .phw-g-i-W0Ry8l{
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-button-text-font-size);
text-align:center;
}

.phw-g-i-W1c5P5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-W1imRx{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-W33rnu:hover{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-W33rnu{
}

.phw-g-i-W3C1P8{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
text-align:start;
}

.phw-g-i-W3RyxB{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-W43UGd{
}

.phw-g-i-W4Gg4H{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
}

.phw-g-i-W5r9B1{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-W5rBL1{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-W5rBL1{
font-weight:700;
font-size:40px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-W6Q5Lh{
}

.phw-g-i-W7Fio3{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-W7rfIu{
font-size:20px;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-W80qUU{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-W8DvKs{
font-family:var(--cms-g-pfdin);
height:1%;
}

.phw-g-i-W8flC3{
}

.phw-g-i-W91lzh{
}

.phw-g-i-WAge3p{
}

.phw-g-i-WD7QYQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-WD7QYQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-WD7QYQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-WD7QYQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-WD7QYQ::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-WD7QYQ:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-WD7QYQ::-moz-placeholder{
font-size:16px;
}
.phw-g-i-WD7QYQ::placeholder{
font-size:16px;
}

.phw-g-i-WDJHlK{
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-WDJHlK:hover{
}

.phw-g-i-WDJHlK:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-WGFTGJ{
font-weight:700;
}

.phw-g-i-WHmZmt{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
}

.phw-g-i-WLE1A1{
}

.phw-g-i-WMBK6z{
}

.phw-g-i-WMIBd0{
font-size:20px;
font-family:var(--cms-g-roboto);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-WMkx1E{
}

.phw-g-i-WNPfka{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
font-family:var(--cms-g-pfdin);
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-WNPfka:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-WNPfka:focus{
border-style:none;
}

.phw-g-i-WO3Zbx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-WOVDjW{
}

.phw-g-i-WQCGZb{
}

.phw-g-i-WStGwf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-WT68Ra{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-WTaxOe:hover{
color:var(--white);
}

.phw-g-i-WTaxOe{
color:var(--white);
text-decoration:none;
}

.phw-g-i-WTaxOe:focus{
text-decoration:underline;
}

.phw-g-i-WVrSct{
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-WVrSct{
font-weight:700;
color:var(--white);
}

.phw-g-i-fFp7bU:hover .phw-g-i-WVrSct{
font-weight:700;
color:var(--white);
}

.phw-g-i-HA920a:hover .phw-g-i-WVrSct{
font-weight:700;
color:var(--white);
}

.phw-g-i-WWyPG8{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-WXwML1{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-black2a2a2dff);
}

.phw-g-i-WY1N4P{
border-color:var(--phw-custom-icon_border_black000000);
border-style:solid;
}

.phw-g-i-WY2DwT{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-WYSige{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-WZQOB6{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-WZcHjx{
}

.phw-g-i-WZf3Mn{
background:none !important;
background-image:none;
background-color:transparent;
}

.phw-g-i-WaRgBv{
}

.phw-g-i-WaoDPU{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-WbdvqV{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-WeyQgM{
}

.phw-g-i-WhB323{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
padding-inline-start:calc(var(--pu-space)*5);
padding-inline-end:calc(var(--pu-space)*5);
}

.phw-g-i-WhDdbV{
}

.phw-g-i-WhmecF{
}

.phw-g-i-WiIIAa{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-WjupZM{
}

.phw-g-i-WkveYe{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-WlKulm{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-WmlRit{
}

.phw-g-i-Wn4RzT{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Wn67gL{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-v4oCFy:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-qhQhRD:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-DUgpHJ:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-c9XO7I:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-kG7EXb:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-zZflrM:hover .phw-g-i-Wn67gL{
font-weight:700;
color:var(--white);
}

.phw-g-i-Wnp1Os{
font-family:var(--cms-g-pfdin);
padding-top:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
}

.phw-g-i-WoG72N{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-WoG72N:hover{
color:var(--white);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Wp2K3l{
border-top-left-radius:5%;
border-top-right-radius:5%;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-HA920a:hover .phw-g-i-Wp2K3l{
}

.phw-g-i-WqZuof{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-WrCUud{
background-color:var(--widget-bg-white-color);
}

.phw-g-i-WrRpRt{
font-size:24px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-WrbTf7{
}

.phw-g-i-Wrd8cv{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-WtQYif{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
}

.phw-g-i-WvcAkj{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-WvcAkj{
background-color:var(--brand-color-primary);
}

.phw-g-i-WvpBMX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Wwe9jN{
background-color:var(--phw-custom-white);
}

.phw-g-i-WxiXDn{
background:none;
background-image:none;
}

.phw-g-i-Wxv4wt{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Wxxgqr{
}

.phw-g-i-WyI07C{
}

.phw-g-i-WySdKB{
font-size:var(--paragraph-font-size-1);
line-height:var(--paragraph-line-height-1);
color:var(--white);
display:inline-flex;
text-decoration:none;
}

.phw-g-i-WySdKB:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
font-style:italic;
}

.phw-g-i-WycBi0{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-WyslZJ{
}

.phw-g-i-X0KRHQ{
}

.phw-g-i-X21Emg{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-2.5);
}

.phw-g-i-X22IzM{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--white);
}

.phw-g-i-X2lhPK{
}
.phw-g-i-X2lhPK img{
object-fit:cover;
}

.phw-g-i-X2mdX9{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
}

.phw-g-i-X3VBfo{
}

.phw-g-i-X3mIEm{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-X3mIEm{
background-color:var(--brand-color-primary);
}

.phw-g-i-X5p17S{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-HA920a:hover .phw-g-i-X6yD6q{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-X6yD6q{
}

.phw-g-i-X7dyPf{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
box-shadow:var(--box-shadow-style-2);
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs{
}

.phw-g-i-X9qoWV{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-start:calc(var(--mu-space)*-2.5);
margin-inline-end:calc(var(--mu-space)*-2.5);
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-XCmLxS{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-XD5LCC{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-XEXPpZ{
}

.phw-g-i-XFAmHY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-XFh6yd{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-XFlhwq{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-XHuPxn{
}

.phw-g-i-XIxAYP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-XK4yzM{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-XKiWgc{
}

.phw-g-i-XL5eF4{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_1-1733246449474.png);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 50%;
background-color:none;
box-shadow:var(--box-shadow-style-3);
}

.phw-g-i-XLgreA{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-XLmPri{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-XMJOlV{
font-weight:600;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.2;
color:var(--brand-color-primary);
}

.phw-g-i-XMd4lE{
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-XMd4lE:hover{
}

.phw-g-i-XMd4lE:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-XNaDRu{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-XOaUKQ{
}

.phw-g-i-XRdr2b{
color:var(--white);
font-weight:400;
font-size:20px;
}

.phw-g-i-XS8wIN{
}

.phw-g-i-XSBm31{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-XSzzlq{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-XTP373{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-XU1MYf{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-XUr9vE{
}

.phw-g-i-XVKWJn{
background-color:var(--phw-custom-white);
}

.phw-g-i-XVoVSS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-XWiBhV{
}

.phw-g-i-XYKJIr{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-XZyTfu{
background:none;
background-image:none;
background-color:var(--widget-bg-primary-color);
}

.phw-g-i-XdRUVu{
background-color:var(--phw-custom-white);
}

.phw-g-i-Bycu8n:hover .phw-g-i-XeTcuS{
color:var(--white);
}

.phw-g-i-XeTcuS{
}

.phw-g-i-2FYmJu:hover .phw-g-i-XeTcuS{
color:var(--white);
}

.phw-g-i-Xfcwy2{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-positive-blue0892cbff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-Xgp5TF{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Xh40VL{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-XiDCAU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-XiFzrK{
}

.phw-g-i-XjfhiY{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-XjiGcC{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-XkBuYd{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-XkZKWt{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-XlgEJa{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Xlzkd6{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/TC_header-1734713363151.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-XmHMV9{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-XoNu8X{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-XpJqon{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Xq5R5z{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-XrI8zg{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-XsLJk2{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-Xu6E8N{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-XvTaqj{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:16px;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-XvTaqj:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-XvTaqj.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-XvTaqj:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-Xx7mvR{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-XxmhbE{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-Xy10I0{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-XyEnm2{
}

.phw-g-i-XyZkTe{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-XzLwx3{
font-family:var(--cms-g-pfdin);
width:0px;
height:0px;
max-height:0px;
max-width:0px;
min-height:0px;
min-width:0px;
overflow:hidden;
}

.phw-g-i-XzPiYJ{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Y0KK6v{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Y1A4Gd{
object-fit:cover;
}

.phw-g-i-Y1FYgK{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Y2ZKkn{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-Uo892P:hover .phw-g-i-Y2ZKkn{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Y4vhEq{
}

.phw-g-i-Y5DF1P{
object-fit:cover;
aspect-ratio:1/1;
}

.phw-g-i-Y5SMWe{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Y6HYfy{
}

.phw-g-i-Y6XDQM{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Y6oadx{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Y9fwtj{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-YA4AgC{
}

.phw-g-i-YAL413{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
line-height:var(--paragraph-line-height-2);
border-style:none;
}

.phw-g-i-YAL413:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-YAL413:focus{
font-family:var(--cms-g-pfdin);
border-style:none;
outline-style:none;
}

.phw-g-i-YBgFSs{
justify-content:end;
}

.phw-g-i-YC87NG{
}

.phw-g-i-YCa9Bm{
color:var(--text-dark);
background-color:var(--phw-custom-bright-red_bge63338ff);
}

.phw-g-i-YEi6bt{
}

.phw-g-i-YG074k{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-X9PCzs:hover .phw-g-i-YG074k{
color:var(--white);
}

.phw-g-i-YG0KAw{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-YG0KAw{
font-size:20px;
}

.phw-g-i-YGutSp{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-YIAdQv{
font-weight:700;
font-size:var(--phw-g-widget-title-huge-font-size);
line-height:var(--line-height-1);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-YKUqrJ{
}

.phw-g-i-YKgGPx{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-YKnilE{
font-family:var(--cms-g-pfdin);
color:var(--white);
background-color:var(--phw-custom-white);
}

.phw-g-i-YMBVl0{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-YMrjjT{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-YO56Oz{
}

.phw-g-i-YSBt3y{
background-color:var(--phw-custom-white);
}

.phw-g-i-YSJZKC{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-YV0ugW{
}

.phw-g-i-YVrNOd{
}

.phw-g-i-YX2uom{
}

.phw-g-i-YXJ4IK{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
text-align:start;
}

.phw-g-i-YXk9ob{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-YXk9ob{
}

.phw-g-i-YY4UFl{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-YY4UFl:hover{
}

.phw-g-i-YY4UFl:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-YYIcyH{
fill:var(--icon-light);
}

.phw-g-i-YZup3s{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-YaH9w9{
}

.phw-g-i-YaXxoN{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-Yb3YFI{
object-fit:cover;
max-width:none;
min-height:0px;
min-width:0px;
max-height:none;
aspect-ratio:4/3;
}

.phw-g-i-YcZeLp{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Ygg4GI{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-Ygtc5y{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 0%;
}

.phw-g-i-YiFs74{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-YiFs74{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
}

.phw-g-i-Yl12vT{
}

.phw-g-i-YlxAWw{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-YnE7gd{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-YnFMm9{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-YnFMm9:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-YnFMm9.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-YnFMm9:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-YnKnf9{
}

.phw-g-i-YoZ2Ua{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-YpalNx{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-YqWNib{
}

.phw-g-i-Yr6yCh{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-Yrnwzs{
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-YsjxS7{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Yuunju{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-YvLFZM{
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-Yx8cju{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-YxWo5J{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-YxfY7i{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-Yy2w2c{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Womanpostingletterinpostbox01.png-1732097489938.png);
font-family:var(--cms-g-pfdin);
border-style:none;
border-color:transparent;
background-size:cover;
background-position:50% 50%;
background-repeat:no-repeat;
}

.phw-g-i-YyjtSI{
}

.phw-g-i-Yyue4K{
}

.phw-g-i-YzOCKh{
background-color:var(--widget-bg-white-color);
color:var(--text-dark);
}

.phw-g-i-YzzGbq{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Z0CMQh{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-Z0KY8u{
text-align:left;
object-fit:cover;
}

.phw-g-i-Z0KjQz{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-Z1DtBY{
}

.phw-g-i-Z3Idko{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Z5HRfy{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Z5vxpO{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rQcHXj:hover .phw-g-i-Z8YDNg{
color:var(--white);
}

.phw-g-i-Z8YDNg{
}

.phw-g-i-Z8eboV{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-Z8eboV{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-Z90POw{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ZAIOKY{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-ZAK55F{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ZBC1Bn{
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-ZBGKr8{
border-color:var(--phw-custom-primarylighte63338);
background-color:transparent;
}

.phw-g-i-ZEtjSv{
}

.phw-g-i-ZF0CGw{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-ZF27Dd{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-ZFMXze:hover{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-ZFMXze{
}

.phw-g-i-ZFVmmV{
}

.phw-g-i-ZFoMPo{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-ZGaCIX{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-ZGaCIX:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-ZGaCIX.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-ZGaCIX:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ZIkbI4{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-ZJ1sdW{
}

.phw-g-i-ZJ7fhH{
padding-top:calc(var(--pu-space)*5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-ZJrD2p{
}

.phw-g-i-ZKkKv6{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-ZKkKv6:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-ZKkKv6.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-ZKkKv6:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ZKkKv6::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-ZKkKv6:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-ZKkKv6::-moz-placeholder{
font-size:16px;
}
.phw-g-i-ZKkKv6::placeholder{
font-size:16px;
}

.phw-g-i-ZLTun0{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-ZLt1kd{
font-weight:300;
font-size:50px;
line-height:1.25;
color:transparent;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ZMToAw{
}

.phw-g-i-ZMpkd5{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-ZNnraR{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-ZNpoIb{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ZQ35nS{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ZSPdn0{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ZT5LSH{
font-weight:400;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ZUSofj{
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-ZVCqex{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:var(--input-font-size-lg);
line-height:var(--input-line-height-lg);
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:var(--input-v-padding-lg);
padding-inline-end:var(--input-v-padding-lg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-ZVCqex:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-ZVCqex.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-ZVCqex:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ZVCqex::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-ZVCqex:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-ZVCqex::-moz-placeholder{
font-size:14px;
}
.phw-g-i-ZVCqex::placeholder{
font-size:14px;
}

.phw-g-i-ZW0EbX{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-ZXgLYd{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ZZ67Qd{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-Za93ji{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ZbA4Cx{
}

.phw-g-i-ZbiQZh{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ZeLVXb{
font-family:var(--cms-g-pfdin);
border-style:none;
}

.phw-g-i-Zf2aLM{
}

.phw-g-i-kG7EXb:hover .phw-g-i-Zf2aLM{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-ZhIihu{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
font-weight:700;
}

.phw-g-i-ZhxaRz{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
}

.phw-g-i-ZiKYdU{
font-weight:300;
font-size:20px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-ZicwEr{
}

.phw-g-i-ZjlzZl{
background-color:var(--phw-custom-white);
}

.phw-g-i-ZkreHK{
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Zl2ezl{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-HJAo02:hover .phw-g-i-Zl2ezl{
}

.phw-g-i-qmkdIq:hover .phw-g-i-Zl2ezl{
}

.phw-g-i-Zl339t{
}

.phw-g-i-ZlR6Ds{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-ZmGZ1Q{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--black);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Zn7Soz{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-HA920a:hover .phw-g-i-Zn7Soz{
color:var(--white);
}

.phw-g-i-ZnW7Yv{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-Zoi0a1{
padding-bottom:calc(var(--pu-space)*10);
background-position:50% 0%;
background-size:tile;
padding-top:calc(var(--pu-space)*0);
}

.phw-g-i-iehcMM:hover .phw-g-i-ZopqFo{
}

.phw-g-i-ZopqFo{
}

.phw-g-i-ZqldfT{
}

.phw-g-i-ZrZzcb{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-fCb6Iq:hover .phw-g-i-ZrZzcb{
}

.phw-g-i-ZumyG2{
}

.phw-g-i-Zyuf7f{
background-color:var(--phw-custom-pink_bg_40-oppacity);
}

.phw-g-i-a0vdq2{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-a1MVzw{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-a1MVzw{
color:var(--white);
}

.phw-g-i-a2DYgQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-a2SGox{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-a44MFJ{
}

.phw-g-i-a4Pjyq{
}

.phw-g-i-a4mAUy{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-a5Boah{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-a5JT3S{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-a5yYPb{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-weight:400;
}

.phw-g-i-a6puXf{
fill:transparent;
color:transparent;
}

.phw-g-i-a70DQY{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-a7cPjp{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-a9aA9C{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-a9aA9C{
}

.phw-g-i-aAS9MS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-aB45hD{
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-aC2qjs{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-aD7Zbc{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-aDOdtB{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-aDOdtB{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
font-size:32px;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-aDU0z7{
}

.phw-g-i-aDnjc3{
font-size:20px;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-aEmXkN{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-aEnspQ{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
}

.phw-g-i-aErkNc{
}

.phw-g-i-aFILnu{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-aG2GGo{
}

.phw-g-i-aGCZil{
font-family:var(--cms-g-pfdin);
background-color:var(--widget-bg-dark-color);
color:var(--white);
}

.phw-g-i-aGKN52{
background-color:var(--widget-bg-white-color);
}

.phw-g-i-aHGk2z{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-aHGk2z:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-aHGk2z.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-aHGk2z:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-aHGk2z::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-aHGk2z:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-aHGk2z::-moz-placeholder{
font-size:16px;
}
.phw-g-i-aHGk2z::placeholder{
font-size:16px;
}

.phw-g-i-aHgXGa{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-aHgXGa:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-aHgXGa.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-aHgXGa:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-aHiw4C{
}

.phw-g-i-aJ5qf9{
background-color:var(--phw-custom-white);
}

.phw-g-i-aJHr11{
}

.phw-g-i-aKXUMc{
}

.phw-g-i-6BIedB:hover .phw-g-i-aKXUMc{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-aNy4Zn{
}

.phw-g-i-aONGTb{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-aQNtOY{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-aRSy3y{
}

.phw-g-i-aRm3fK{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-aSLiai{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-aT5ZUI{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-aTDAPd{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-aUTk87{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-qS3l6V:hover .phw-g-i-aUTk87{
}

.phw-g-i-aUazxs{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-aV7jIN{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Uo892P:hover .phw-g-i-aV7jIN{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-aWL3nl{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-aYMIX4{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-aZynE3{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-abU6zS{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-abWkIK{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ac2FfG{
font-size:18px;
color:var(--white);
}

.phw-g-i-adBngX{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-adBngX{
}

.phw-g-i-aecgXC{
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-E4fTPO:hover .phw-g-i-aecgXC{
background-color:var(--phw-custom-white);
}

.phw-g-i-3rhBQ4:hover .phw-g-i-aecgXC{
background-color:var(--phw-custom-white);
}

.phw-g-i-aeibr1{
}

.phw-g-i-aejFNt{
}

.phw-g-i-afX29S{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-afX29S{
background-color:var(--brand-color-primary);
}

.phw-g-i-ag8woy{
}

.phw-g-i-aiZPbr{
}

.phw-g-i-aiglhV{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-airK0k{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-alSqMf{
}

.phw-g-i-alciWi{
}

.phw-g-i-allFJj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-aoFkBg{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:400;
}

.phw-g-i-nVgvib:hover .phw-g-i-aoFkBg{
font-weight:700;
}

.phw-g-i-3BFhwg:hover .phw-g-i-aoFkBg{
font-weight:700;
}

.phw-g-i-aov9ds{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-aov9ds:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-aov9ds.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-aov9ds:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-apFicm{
}

.phw-g-i-aqGujh{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-aqNIdW{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-ar8rud{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-asU1bC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-asZrjo{
border-width:1px;
border-color:var(--phw-custom-whiteborderffffff);
border-style:solid;
fill:var(--phw-custom-icon_black000000);
background-color:var(--phw-custom-white);
padding-inline-start:calc(var(--pu-space)*0);
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-asky9c{
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-at5gmS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-auGNlc{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
text-align:center;
}

.phw-g-i-ERksQd:hover .phw-g-i-auGNlc{
color:var(--white);
}

.phw-g-i-auPyJp{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-input-label-text-font-size);
}

.phw-g-i-auuWdb{
}

.phw-g-i-avnYSw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-axss54{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ayX8oc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-azOKRD{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
text-align:center;
}

.phw-g-i-b1IL3d{
}

.phw-g-i-b40ZY2{
}

.phw-g-i-b4V6pq{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-b4wXQK{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-b6Liuj{
background:none;
background-image:none;
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-b6jJXs{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-b7XfYI{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-bAdONt{
}

.phw-g-i-bB2N47{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-bBCAah{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-bBzoFI{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-bEjGCn{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-bFVtmz{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-bFfP2w{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-bG30sa{
}

.phw-g-i-bGfb3o{
}

.phw-g-i-bGogOk{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-bJCnNC{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-bLw1Bx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-bNEKsk{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-Uo892P:hover .phw-g-i-bNEKsk{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-bNN8Yz{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-bOoqXy{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-bSUCeh{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-bSZ0X0{
}

.phw-g-i-bTsnXJ{
font-weight:700;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-bTufla{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-bWCsJQ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-bYQabb{
}

.phw-g-i-bYntLB{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ERksQd:hover .phw-g-i-bYntLB{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-baAOKK{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-baTiJG{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-HA920a:hover .phw-g-i-baTiJG{
}

.phw-g-i-baYoJ2{
}

.phw-g-i-badgiE{
}

.phw-g-i-bap2IF{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-batgmI{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-puMGPo:hover .phw-g-i-batgmI{
}

.phw-g-i-bcQyJw{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:300;
}

.phw-g-i-bcsXG8{
justify-content:start;
}

.phw-g-i-bdvdM1{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-beuI9Y{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-bfZBZU{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-bheziA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-bijNoy{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
text-align:start;
}

.phw-g-i-bion3i{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-black2a2a2dff);
}

.phw-g-i-biqa2r{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-bjYarU{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-bkCebZ{
color:var(--white);
}

.phw-g-i-blby7e{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/HeadOffice_woman_banner-1734523121919.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-bm5q2O{
height:200px;
}

.phw-g-i-bmFsWg{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-bmpLTZ{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Yyue4K:hover .phw-g-i-bmpLTZ{
color:var(--white);
}

.phw-g-i-bofcTM{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-bpW84C{
font-weight:300;
font-size:50px;
line-height:1.25;
color:transparent;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-bq8MpP{
background:none;
background-image:none;
}

.phw-g-i-bqFo8M{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-br5hYs{
}

.phw-g-i-bsColZ{
}

.phw-g-i-bu1Um1{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-bxNaIk{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-bxdL5u{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
}

.phw-g-i-bxhI5l{
}

.phw-g-i-rQcHXj:hover .phw-g-i-bz0bN2{
}

.phw-g-i-bz0bN2{
}

.phw-g-i-c0LUcJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-c2GWlc{
}

.phw-g-i-c2Pen0{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-c2nrsi{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-c3uUWC{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-c5NrFF{
}

.phw-g-i-c5bphE{
}

.phw-g-i-c6AsBr{
}

.phw-g-i-c7ARLJ{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-c7if9D{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-c8aQMM{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-c9XO7I{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-c9XO7I:hover{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-cAEU1R{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-cBkriN{
background-color:transparent;
}

.phw-g-i-cC0ubZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-cCFGNy{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
font-family:var(--cms-g-pfdin);
text-transform:none;
font-style:normal;
}

.phw-g-i-cCNqEo{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
}

.phw-g-i-cCunEp{
}
.phw-g-i-cCunEp img{
object-fit:cover;
}

.phw-g-i-cETxhO{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-W33rnu:hover .phw-g-i-cETxhO{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-cF15R0{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-cF9P6p{
object-fit:cover;
text-align:left;
aspect-ratio:3/2;
}

.phw-g-i-cFAfT1{
background:none;
background-image:none;
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
padding-top:calc(var(--pu-space)*2.5);
padding-inline-end:calc(var(--pu-space)*5);
padding-inline-start:calc(var(--pu-space)*5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-cFTqp8{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-cFxSTM{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-cHcIQ6{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-cHhFeP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-cHp5Px{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-cHp5ZW{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-top:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
}

.phw-g-i-cIABGm{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-cIP99D{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.58;
font-weight:400;
}

.phw-g-i-cIwp3n{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-cJ4N41{
height:494px;
}
.phw-g-i-cJ4N41 img{
object-fit:contain;
height:100% ;
width:100% ;
}

.phw-g-i-cJ9Gs9{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-cJqbes{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-cK1O0v{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Drivers-1724163562474.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-cK7DPP{
background-color:var(--phw-custom-white);
}

.phw-g-i-cLpeaB{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-cMFaik{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-cMFaik{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-zZflrM:hover .phw-g-i-cMFaik{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-cMN7lO{
justify-content:end;
}

.phw-g-i-cQig7g{
}

.phw-g-i-cRYp4W{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-cRnFcW{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-style:none;
border-color:var(--phw-custom-whiteborderffffff);
width:1px;
min-height:1px;
}

.phw-g-i-cRnFcW:hover{
background-image:none;
background-color:var(--brand-color-primary);
border-color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-cRnFcW:focus{
background-color:var(--brand-color-primary);
border-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-cRnFcW:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}

.phw-g-i-cRnFcW:active{
background-color:var(--white);
border-color:var(--brand-color-primary);
color:var(--brand-color-primary);
}

.phw-g-i-cRnFcW.disabled{
background-color:var(--disabled-color);
border-color:var(--disabled-color);
color:var(--btn-dark);
min-height:auto;
}
.phw-g-i-cRnFcW:disabled{
background-color:var(--disabled-color);
border-color:var(--disabled-color);
color:var(--btn-dark);
min-height:auto;
}

.phw-g-i-cS8a6K{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-L8xmC5:hover .phw-g-i-cS8a6K{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-cTQSu0{
}

.phw-g-i-cUOUe8::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-cUOUe8:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-cUOUe8::-moz-placeholder{
font-size:14px;
}
.phw-g-i-cUOUe8::placeholder{
font-size:14px;
}

.phw-g-i-cUOUe8{
font-size:16px;
}

.phw-g-i-cUqvN3{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:var(--input-font-size-lg);
line-height:var(--input-line-height-lg);
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:var(--input-v-padding-lg);
padding-inline-end:var(--input-v-padding-lg);
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-cUqvN3:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-cUqvN3.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-cUqvN3:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-cUqvN3::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-cUqvN3:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-cUqvN3::-moz-placeholder{
font-size:14px;
}
.phw-g-i-cUqvN3::placeholder{
font-size:14px;
}

.phw-g-i-cUw41J{
}

.phw-g-i-cVHkbn{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-cVr5YP{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-cW6r96{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-cWczG1{
}

.phw-g-i-cWjZux{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-cWk1VR{
}

.phw-g-i-cXLqDU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-cXX93i{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-cXX93i{
}

.phw-g-i-cYdjU7{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-caSOff{
color:var(--text-dark);
}

.phw-g-i-cadeAs{
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-cdZYOE{
}

.phw-g-i-cdyL1t{
}

.phw-g-i-X9PCzs:hover .phw-g-i-cdyL1t{
}

.phw-g-i-ckGftP{
}

.phw-g-i-ckScvZ{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:15px;
text-align:start;
}

.phw-g-i-ckx94W{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-clNjDo{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-clNsBd{
}

.phw-g-i-cnOjIB{
object-fit:contain;
width:200px;
aspect-ratio:1/1;
}

.phw-g-i-co7IC8{
}

.phw-g-i-coGpBH{
object-fit:contain;
}

.phw-g-i-coWiMp{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-cor0Gu{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
text-align:center;
color:var(--phw-custom-darkgrey404044);
font-size:34px;
font-weight:400;
}

.phw-g-i-H8b6wY:hover .phw-g-i-cor0Gu{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-cqgXZN{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-cqgXZN:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-cqgXZN:focus{
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-cqnss6{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-crVqcB{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-crmzE1{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-cs3675{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-css1V5{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-L8xmC5:hover .phw-g-i-css1V5{
}

.phw-g-i-ctEdUp{
background-color:var(--phw-custom-bright-red_bge63338ff);
color:var(--text-dark);
}

.phw-g-i-cuoVVf{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Uo892P:hover .phw-g-i-cuoVVf{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-cv6g7h{
}

.phw-g-i-cvTqbh{
}

.phw-g-i-cx8bfl{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-cyHKc9{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:400;
}

.phw-g-i-cyHjYY{
border-style:solid;
border-color:var(--brand-color-primary);
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-czMKlx{
object-fit:contain;
aspect-ratio:4/3;
}

.phw-g-i-d0Jax0{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-d12eWn{
background-color:var(--phw-custom-pink_bgf4aebaff);
color:var(--text-dark);
}

.phw-g-i-HA920a:hover .phw-g-i-d17uv1{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-d17uv1{
}

.phw-g-i-d1wcUx{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-d1wcUx:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-d1wcUx.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-d1wcUx:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-d1wcUx::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-d1wcUx:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-d1wcUx::-moz-placeholder{
font-size:16px;
}
.phw-g-i-d1wcUx::placeholder{
font-size:16px;
}

.phw-g-i-d49wy4{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-d5aexr{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-d5aexr:hover{
}

.phw-g-i-d5aexr:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-d5oU6C{
color:transparent;
}

.phw-g-i-d5z5mu{
font-family:var(--cms-g-pfdin);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-d63hVW{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-d8V208{
color:var(--phw-custom-darkgrey404044);
padding-top:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-d8dLCy{
}

.phw-g-i-d8tC6Q{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-d9Tqgs{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-d9Vj6y{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-dB0KH4{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-dBwv0f{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-Nt0IIV:hover .phw-g-i-dBwv0f{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-dC3c5h{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-dD1uvi{
}

.phw-g-i-dD2XI6{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-dDPaT4{
font-weight:400;
text-decoration:none;
height:var(--btn-height);
color:var(--white);
background-color:transparent;
border-color:transparent;
padding:0;
min-height:auto;
box-shadow:none;
border-width:0;
}

.phw-g-i-dDPaT4:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-dDTaku{
background-color:var(--phw-custom-grey_bg_40-oppacity);
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-dFWMaF{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-dGWUy0{
font-size:20px;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-dGtQNg{
font-family:var(--cms-g-rmfirstclass);
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-dH7jSL{
font-weight:300;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
font-size:20px;
}

.phw-g-i-mFQ0FM:hover .phw-g-i-dHcEtA{
color:var(--white);
}

.phw-g-i-dHcEtA{
}

.phw-g-i-dHhJ70{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-dIZztc{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-dIr79Z{
font-size:20px;
text-align:start;
}

.phw-g-i-dJsWOI{
}

.phw-g-i-NsBwfz:hover .phw-g-i-dJsWOI{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
text-transform:uppercase;
}

.phw-g-i-dKVzyK{
}

.phw-g-i-dKvapf{
}

.phw-g-i-dN8nWH{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-dO7ueB{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-dRTEEr{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-dT5QYd{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-dTByMQ{
}

.phw-g-i-dTZtC5{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Operations_Management-1732109322215.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-dTrd2I{
font-size:24px;
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-dU6op0{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-dV5ywz{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-qhQhRD:hover .phw-g-i-dV5ywz{
color:var(--white);
font-weight:400;
}

.phw-g-i-DUgpHJ:hover .phw-g-i-dV5ywz{
color:var(--white);
font-weight:400;
}

.phw-g-i-c9XO7I:hover .phw-g-i-dV5ywz{
color:var(--white);
font-weight:400;
}

.phw-g-i-kG7EXb:hover .phw-g-i-dV5ywz{
color:var(--white);
font-weight:400;
}

.phw-g-i-dYGto5{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-dZPwB1{
}

.phw-g-i-dZZDMK{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-dcNmW5{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-ddBK7q{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/headoffice_headerbanner-1732824787793.png);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 0%;
}

.phw-g-i-ddOOcg{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-deTaYY{
color:var(--white);
}

.phw-g-i-debalK{
background-color:var(--phw-custom-white);
}

.phw-g-i-detxwS{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
text-align:center;
color:var(--phw-custom-darkgrey404044);
font-size:34px;
font-weight:400;
}

.phw-g-i-H8b6wY:hover .phw-g-i-detxwS{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-df7ytL{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-dgHg6b{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-dgt1dW{
}

.phw-g-i-dhUpvZ{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-dijzmd{
}

.phw-g-i-djEEhG{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
font-size:20px;
}

.phw-g-i-dkMuJb{
background-color:var(--phw-custom-white);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-dkoyDN{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-dl66YQ{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-dlAact{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-dnSX6x{
font-weight:600;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.2;
color:var(--brand-color-primary);
}

.phw-g-i-dp96wv{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-dpH9Bh{
color:var(--phw-custom-go-green62a531ff);
}

.phw-g-i-dqCVx9{
}

.phw-g-i-dqf3Re{
background-color:var(--phw-custom-pink_bg_40-oppacity);
}

.phw-g-i-drdZo0{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-drmZ64{
}

.phw-g-i-ds4Epy{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ds5l5e{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-dwBJwI{
}

.phw-g-i-dxN5Ql{
}

.phw-g-i-e0SXYb{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-e2CytI{
font-size:16px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-e2uKsj{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-e35yUi{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-e3ArB9{
}

.phw-g-i-e3zVmg{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-go-green-contrast008a00ff);
font-weight:400;
}

.phw-g-i-e4FI5v{
font-weight:700;
font-size:var(--phw-g-widget-title-font-size);
line-height:var(--line-height-1);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-90rFIv:hover .phw-g-i-e4FI5v{
font-weight:700;
font-size:var(--phw-g-widget-title-font-size);
line-height:var(--line-height-1);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-uOB5pY:hover .phw-g-i-e4FI5v{
font-weight:700;
font-size:var(--phw-g-widget-title-font-size);
line-height:var(--line-height-1);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-e4gFob{
font-weight:400;
line-height:var(--line-height-1);
color:var(--body-color);
font-family:var(--cms-g-pfdin);
font-size:40px;
}

.phw-g-i-e56otq{
}

.phw-g-i-e6irSh{
font-size:var(--phw-g-widget-title-font-size);
line-height:1.58;
font-weight:400;
}

.phw-g-i-e8BBTa{
}

.phw-g-i-e8HBgr{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-e8HBgr{
color:var(--white);
text-transform:uppercase;
}

.phw-g-i-e8oEGZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-e9EgJf{
}

.phw-g-i-e9a1FD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-eBP8ad{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-eBcrCK{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-eCUtqU{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-eCvaiW{
}

.phw-g-i-eDALTT{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-eETbZG{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-zZflrM:hover .phw-g-i-eETbZG{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-eEZqX0{
background:none;
background-image:none;
}

.phw-g-i-eExv53{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-eFEYLN{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-eIGG7Y{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-eINZ9r{
color:var(--white);
}

.phw-g-i-eJBHdj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-eKHgoN{
object-fit:cover;
aspect-ratio:3/2;
margin-top:calc(var(--mu-space)*12.5);
}

.phw-g-i-eKg3Nq{
}

.phw-g-i-eKvVD2{
font-size:20px;
text-align:start;
}

.phw-g-i-eNTeG0{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-eNoVtN{
}

.phw-g-i-eNocvf{
color:var(--white);
}

.phw-g-i-ERksQd:hover .phw-g-i-eNocvf{
}

.phw-g-i-eNyVNJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-ePQm5k{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-ePmBDo{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-eRdp09{
text-align:start;
}

.phw-g-i-6BIedB:hover .phw-g-i-eRtRnd{
background-color:var(--brand-color-primary);
}

.phw-g-i-eRtRnd{
}

.phw-g-i-eTPR2K{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-eUzThC{
}

.phw-g-i-eVClzH{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-eWD8mO{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-eWxSKS{
}

.phw-g-i-eYGgTi{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-eZMEzw{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-eZXCsx{
background-color:var(--phw-custom-white);
}

.phw-g-i-eaAqYD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-eeL20Z{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-eeuoXW{
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-eh0ky7{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
justify-content:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-eh0ky7{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-ej4uy5{
font-weight:300;
font-size:20px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-ejCYQH{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-ejEj2O{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ejkvqf{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-eklXGz{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-el0040{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-elREZ5{
}

.phw-g-i-emEP17{
}

.phw-g-i-enX5RI{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-enX5RI{
background-color:var(--brand-color-primary);
}

.phw-g-i-enroWA{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-entm6s{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:var(--input-v-padding-lg);
padding-inline-start:var(--input-v-padding-lg);
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:var(--input-line-height-lg);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-entm6s:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-entm6s.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-entm6s:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-entm6s::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-entm6s:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-entm6s::-moz-placeholder{
font-size:16px;
}
.phw-g-i-entm6s::placeholder{
font-size:16px;
}

.phw-g-i-enws6c{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-epfQMs{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-ICplfx:hover .phw-g-i-epfQMs{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-esVWc7{
font-size:20px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-etRQpd{
border-style:none;
border-color:var(--phw-custom-whiteborderffffff);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-eta6VW{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-euVV0r{
fill:transparent;
}

.phw-g-i-eurhpS{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
}

.phw-g-i-evwCqN{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-ewrqAm{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-exxVbe{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-eyDtXx{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-eyDtXx{
}

.phw-g-i-eynqgL{
border-top-left-radius:5%;
border-bottom-left-radius:5%;
border-top-right-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-eynqgL:hover{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-f04jig{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-f13YgX{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--white);
}

.phw-g-i-f2OqhD{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-f38l77{
}

.phw-g-i-f3Gwtu{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-f3Gwtu:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
font-weight:400;
}

.phw-g-i-f3JZPX{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-f3aeQX{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-f43z5m{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-f4Z2p3{
}

.phw-g-i-f5KTFZ{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-f5yAre{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--body-color);
font-weight:400;
}

.phw-g-i-f7sAvA{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-f83lYt{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:300;
}

.phw-g-i-f97u02{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-fAee1A{
color:var(--phw-custom-darkgrey404044);
font-style:normal;
}

.phw-g-i-X9PCzs:hover .phw-g-i-fAee1A{
}

.phw-g-i-fBeHEZ{
font-family:var(--cms-g-pfdin);
background-color:transparent;
}

.phw-g-i-fBlb8a{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fCHnh7{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-fCNqBc{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-fCb6Iq{
}

.phw-g-i-fCjMY2{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-Uo892P:hover .phw-g-i-fCjMY2{
text-transform:uppercase;
}

.phw-g-i-fE9BDn{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-fEsne6{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-fFnsJh{
}

.phw-g-i-fFp7bU{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-fIlQXj{
aspect-ratio:1/1;
object-fit:contain;
text-align:center;
}

.phw-g-i-fJSKj9{
background:none;
background-image:none;
background-size:cover;
background-repeat:no-repeat;
background-position:100% 50%;
background-color:var(--phw-custom-warm-red_bgb70d12ff);
box-shadow:var(--box-shadow-style-3);
}

.phw-g-i-fK4QVz{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-fMK7xj{
}

.phw-g-i-fMj7WJ{
color:var(--body-color);
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-fNqdOC{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-fPc4JV{
border-top-left-radius:10%;
border-top-right-radius:10%;
}

.phw-g-i-kG7EXb:hover .phw-g-i-fPc4JV{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-fQvjWh{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fRHBhy{
}

.phw-g-i-fRIxU3{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-fSkOAp{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fURG5j{
}

.phw-g-i-fV5n9F{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-fVZfwu{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-fXNfCI{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-fXUkDu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-fXfJXj{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-fZPUL0{
}

.phw-g-i-fZuogb{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-faT8Xr{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Uo892P:hover .phw-g-i-faT8Xr{
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-falXke{
}

.phw-g-i-fcLcVE{
background-color:var(--phw-custom-white);
}

.phw-g-i-fcMBKD{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-fcuUhz{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-fdottr{
color:var(--text-dark);
font-weight:300;
font-size:18px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-UQmkPs:hover .phw-g-i-fdottr{
color:var(--white);
font-weight:400;
}

.phw-g-i-eIGG7Y:hover .phw-g-i-fdottr{
color:var(--white);
font-weight:400;
}

.phw-g-i-ffBAku{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ffkIgU{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-fglpeP{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fgqvSD{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-fhGgiA{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-flKEmj{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-flnbWN{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-fng0wz{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-fnk6oT{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-fnkOS8{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-foEhhB{
background-color:var(--phw-custom-white);
}

.phw-g-i-foOdC3{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-puMGPo:hover .phw-g-i-foOdC3{
}

.phw-g-i-foYsTL{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-fouJdQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-fouJdQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-fouJdQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-fouJdQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-fpkpZo{
color:var(--white);
display:inline-block;
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
}

.phw-g-i-fpkpZo:hover{
color:var(--white);
font-style:normal;
}

.phw-g-i-fqiN0g{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fr9tkq{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-fr9tkq{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-frXu3p{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-fsnwpQ{
}

.phw-g-i-ftPmcg{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 0%;
}

.phw-g-i-ftdVDT{
margin-bottom:calc(var(--mu-space)*0);
fill:var(--phw-custom-white_icone8eff5);
color:var(--phw-custom-white_icone8eff5);
}

.phw-g-i-fuZn7A{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-fvZv7m{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-fviExv{
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-fwv7LS{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-fxK57q{
font-family:var(--cms-g-pfdin);
border-style:none;
border-color:transparent;
}

.phw-g-i-fxX7WR{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-fxX7WR{
}

.phw-g-i-fxwrgd{
}

.phw-g-i-fxxHJ2{
object-fit:contain;
aspect-ratio:1/1;
width:200px;
}

.phw-g-i-fyHG3q{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-fyZZLN{
font-weight:700;
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-fzjY9X{
background-color:transparent;
}

.phw-g-i-H8b6wY:hover .phw-g-i-fzjY9X{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-g0y8Wc{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-g22ZKj{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
}

.phw-g-i-g2jwIn{
}

.phw-g-i-g411hj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-g4IkKe{
font-weight:400;
font-size:40px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-g4IkKe{
font-weight:700;
font-size:40px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-g5X16T{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-g5rnRd{
}
.phw-g-i-g5rnRd img{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-g6Mxh3{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-4);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-g71Lqo{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-g8ATTF{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-g8Co87{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-color:transparent;
background-color:transparent;
padding:0;
box-shadow:none;
text-decoration:none;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-g8Co87:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-g8Co87:focus{
outline-style:none;
}

.phw-g-i-gAIoyu{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-gBNfPG{
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-gCArgt{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 0%;
}

.phw-g-i-gCevBP{
}

.phw-g-i-gCuyoz{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
font-family:var(--cms-g-pfdin);
color:var(--body-color);
}

.phw-g-i-6BIedB:hover .phw-g-i-gCuyoz{
color:var(--white);
background-color:var(--brand-color-primary);
}

.phw-g-i-gGMhtr{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-gHcRN4{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-gIzudf{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-gKSNPZ{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-gMM74j{
}

.phw-g-i-gMfzF3{
}

.phw-g-i-gNYwsm{
object-fit:cover;
max-width:none;
min-height:0px;
min-width:0px;
max-height:none;
}

.phw-g-i-gQXu4o{
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-gQfbOr{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:var(--input-font-size-lg);
line-height:var(--input-line-height-lg);
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:var(--input-v-padding-lg);
padding-inline-end:var(--input-v-padding-lg);
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-gQfbOr:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-gQfbOr.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-gQfbOr:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-gQfbOr::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-gQfbOr:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-gQfbOr::-moz-placeholder{
font-size:14px;
}
.phw-g-i-gQfbOr::placeholder{
font-size:14px;
}

.phw-g-i-gRbDrR{
}

.phw-g-i-Uo892P:hover .phw-g-i-gRbDrR{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-gRiIta{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-gSRi6K{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-gSsngN{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:300;
}

.phw-g-i-Q7roLK:hover .phw-g-i-gSsngN{
font-size:20px;
}

.phw-g-i-gVuPiR{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-gWgeGT{
}

.phw-g-i-gXMoBe{
padding-bottom:calc(var(--pu-space)*10);
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-gYH7Aq{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-gZMFzl{
}

.phw-g-i-gZgnCN{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-gZlg8I{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ga1FP9{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-ga8E0T{
}

.phw-g-i-gcM2xi{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-gcjuNA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-gdDLqA{
}

.phw-g-i-gddWZP{
}

.phw-g-i-geTnyA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-gfQ7Nl{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-gfZOK8{
fill:transparent;
}

.phw-g-i-gg6QzQ{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-ggLPF4{
box-shadow:var(--box-shadow-style-2);
background-color:var(--brand-color-primary);
}

.phw-g-i-ghEvH4{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ghQqxf{
}

.phw-g-i-EPcDc9:hover .phw-g-i-ghaGXs{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-ghaGXs{
}

.phw-g-i-gikcQu{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-gj1QYj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-gkddC9{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-glTNvx{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-gla4ti{
background-color:var(--phw-custom-white);
}

.phw-g-i-gmfDsc{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:5%;
font-size:var(--phw-g-small-text-font-size);
border-bottom-right-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
background-color:var(--phw-custom-white);
}

.phw-g-i-HJAo02:hover .phw-g-i-gmfDsc{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-qmkdIq:hover .phw-g-i-gmfDsc{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-gnNVjX{
}

.phw-g-i-gnejZm{
}

.phw-g-i-gorm5w{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-gp0Nq9{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-gp1hEy{
}

.phw-g-i-6QwDmc:hover .phw-g-i-gp1hEy{
object-fit:none;
}

.phw-g-i-gpqJ3Z{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-gpqJ3Z{
background-color:var(--brand-color-primary);
}

.phw-g-i-gr6F0l{
}

.phw-g-i-grRN6h{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-grnYhY{
font-family:var(--cms-g-pfdin);
margin-bottom:calc(var(--mu-space)*6.25);
}

.phw-g-i-gsNRHd{
fill:transparent;
}

.phw-g-i-guNeuD{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-guNeuD{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-guRnyn{
font-family:var(--cms-g-pfdin);
margin-bottom:auto;
margin-top:auto;
text-align:center;
}

.phw-g-i-gvVMZj{
}

.phw-g-i-gw5oxk{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-gw5oxk:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-gw5oxk.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-gw5oxk:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-gx8owz{
}

.phw-g-i-gxnEXT{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-gxpv4z{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-gyBTFH{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
}

.phw-g-i-gyGAIa{
}

.phw-g-i-gzC5tG{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-gzsyQj{
}

.phw-g-i-h1FIBp{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-h2St89{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-h2hWIj{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
border-style:solid;
border-color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-h3Yf31{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-h58tL6{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-h5Mdoe{
}

.phw-g-i-h5dXL4{
}

.phw-g-i-h77awg{
fill:transparent;
}

.phw-g-i-h8LG2I{
}

.phw-g-i-hAEt77{
}

.phw-g-i-hAX9ks{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-hAbroy{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-hBE2TE{
}

.phw-g-i-Uo892P:hover .phw-g-i-hBVceQ{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
}

.phw-g-i-hBVceQ{
}

.phw-g-i-hBdoEi{
fill:var(--icon-light);
}

.phw-g-i-hBwfaC{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Salesandmarketing_banner-1735922782117.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-hBzXzg{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hCq4fG{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hCq4fG:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hCq4fG.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hCq4fG:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hCq4fG::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-hCq4fG:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-hCq4fG::-moz-placeholder{
font-size:16px;
}
.phw-g-i-hCq4fG::placeholder{
font-size:16px;
}

.phw-g-i-hDXVdd{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hDdDN0{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-hDxCog{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-hEa2Lx{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-hEn261{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hEn261:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hEn261.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hEn261:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hGJhFN{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hGJhFN:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hGJhFN.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hGJhFN:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hGJhFN::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-hGJhFN:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-hGJhFN::-moz-placeholder{
font-size:16px;
}
.phw-g-i-hGJhFN::placeholder{
font-size:16px;
}

.phw-g-i-hGc5e9{
}

.phw-g-i-hH4wip{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
}

.phw-g-i-hHifAP{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-hIFiEw{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-hIvRFZ{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-hJBEiu{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-hJBEiu{
}

.phw-g-i-hJWz27{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hLyhzJ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hLyhzJ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hLyhzJ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hLyhzJ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hMlgua{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-hMplSw{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hMplSw:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hMplSw.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hMplSw:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hMplSw::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-hMplSw:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-hMplSw::-moz-placeholder{
font-size:16px;
}
.phw-g-i-hMplSw::placeholder{
font-size:16px;
}

.phw-g-i-hPuZ4F{
color:var(--white);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-hQM6Sf{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hQU1R5{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-hRxSCM{
color:var(--white);
}

.phw-g-i-hRxSCM:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-decoration:none;
}

.phw-g-i-hTkkhH{
background-color:transparent;
border-color:transparent;
border-style:none;
}

.phw-g-i-hTkkhH:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-hTkkhH:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-hTkkhH:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-hTkkhH.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-hTkkhH:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-hU4IvP{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-hUZ7vQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-hUZ7vQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-hUZ7vQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-hUZ7vQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-hUZ7vQ::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-hUZ7vQ:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-hUZ7vQ::-moz-placeholder{
font-size:16px;
}
.phw-g-i-hUZ7vQ::placeholder{
font-size:16px;
}

.phw-g-i-hUbS6i{
}

.phw-g-i-hUoFbp{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-hUuf8m{
}

.phw-g-i-hV0SFO{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-hVuUSh{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hWcmEI{
background-color:var(--phw-custom-white);
}

.phw-g-i-hWhEfG{
}

.phw-g-i-hXQVUV{
}

.phw-g-i-eIGG7Y:hover .phw-g-i-hXQVUV{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-hXVF4g{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-hYkD1p{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:3/2;
}

.phw-g-i-hdanWi{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-he1MlZ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-he1MlZ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-he1MlZ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-he1MlZ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-he7ESr{
}

.phw-g-i-heLZW1{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-heYxel{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hf29CA{
border-color:var(--stroke-dark);
border-style:solid;
}

.phw-g-i-hfMYmL{
}

.phw-g-i-hfPhpj{
}

.phw-g-i-hgL0e4{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-hhDraH{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-hhr3NA{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-hiJkjw{
}

.phw-g-i-hiyTmE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-hka3jB{
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-hkjqb9{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-99hgWI:hover .phw-g-i-hkjqb9{
background-color:var(--brand-color-primary);
}

.phw-g-i-hkqSbe{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-hlOXTK{
font-size:16px;
line-height:1.5;
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-hlTuNz{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
margin-bottom:calc(var(--mu-space)*10);
}

.phw-g-i-hoMwQj{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-hoTIrd{
font-family:var(--cms-g-rmfirstclass);
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-1h2mzP:hover .phw-g-i-hoTIrd{
font-family:var(--cms-g-rmfirstclass);
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-hocVH6{
}

.phw-g-i-hom31Q{
object-fit:cover;
}

.phw-g-i-hp8uyb{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-hpEJtY{
background-color:var(--phw-custom-white);
margin-bottom:calc(var(--mu-space)*5);
}

.phw-g-i-hpbC9r{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-hpgSE9{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-hqgCVC{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-hr2fZ9{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-hteIKE{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-huY3b4{
}

.phw-g-i-hueppn{
}

.phw-g-i-hwmtfH{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-hwmtfH{
background-color:var(--brand-color-primary);
}

.phw-g-i-hxkS38{
font-size:20px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-hylwEU{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-hzUcAD{
}

.phw-g-i-i0GAto{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-i1EWvG{
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
font-family:var(--cms-g-pfdin);
border-bottom-right-radius:5%;
}

.phw-g-i-qS3l6V:hover .phw-g-i-i1EWvG{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-i2KSWg{
color:var(--white);
}

.phw-g-i-i3B59Y{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_multicolour-1733245985997.png);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-i3dogA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-i3grGS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-i4z5Uq{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-i6uOsf{
object-fit:contain;
aspect-ratio:16/9;
}

.phw-g-i-i79z6K{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-EPcDc9:hover .phw-g-i-i79z6K{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-i9Gs6P{
font-size:var(--phw-g-regular-text-font-size);
background-color:var(--phw-custom-white);
}

.phw-g-i-i9M8uZ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-i9yDGe{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-iAE5l8{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-iBafEQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-iCFJKb{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-iCFJKb:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-iCFJKb.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-iCFJKb:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-iCFJKb::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-iCFJKb:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-iCFJKb::-moz-placeholder{
font-size:16px;
}
.phw-g-i-iCFJKb::placeholder{
font-size:16px;
}

.phw-g-i-n3VIY2:hover .phw-g-i-iCaUi8{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-iCaUi8{
}

.phw-g-i-iECNpk{
}

.phw-g-i-iEaG3E{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:16px;
line-height:var(--input-line-height-lg);
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:var(--input-v-padding-lg);
padding-inline-end:var(--input-v-padding-lg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-iEaG3E:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-iEaG3E.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-iEaG3E:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-iEaG3E::-webkit-input-placeholder{
font-size:14px;
}
.phw-g-i-iEaG3E:-ms-input-placeholder{
font-size:14px;
}
.phw-g-i-iEaG3E::-moz-placeholder{
font-size:14px;
}
.phw-g-i-iEaG3E::placeholder{
font-size:14px;
}

.phw-g-i-iGP6OS{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-iGQUxx{
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-iGj1Bn{
}

.phw-g-i-iIqBYM{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/PFS_banner-1736502705046.png);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-iLWttX{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-iLWxb0{
}

.phw-g-i-iMPBgn{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
padding-top:calc(var(--pu-space)*10);
}

.phw-g-i-iN134U{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
font-family:var(--cms-g-rmfirstclass);
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-piE7wF:hover .phw-g-i-iN134U{
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-H8b6wY:hover .phw-g-i-iN134U{
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-iO7msw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-iP269q{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-iPBX1o{
color:var(--phw-custom-go-green-contrast008a00ff);
font-weight:300;
margin-inline-start:calc(var(--mu-space)*10);
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-X9PCzs:hover .phw-g-i-iRPLIA{
color:var(--white);
}

.phw-g-i-iRPLIA{
}

.phw-g-i-iS0ZWB{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-iSAITu{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-iSGis4{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-iSIkPW{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-iScOcS{
}

.phw-g-i-iTGNIg{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-iTGxBa{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
align-items:center;
justify-content:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-iTGxBa{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-iWLXHo{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-iWawxY{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-iX88tg{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-input-label-text-font-size);
}

.phw-g-i-iYLW6H{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-iYV6N5{
}

.phw-g-i-iYgYEI{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
}

.phw-g-i-ia7U93{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-color:transparent;
background-color:transparent;
}

.phw-g-i-dZPwB1:hover .phw-g-i-ia7U93{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-iaIseP{
}

.phw-g-i-ib83sH{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-ibNiBM{
}

.phw-g-i-iehcMM{
}

.phw-g-i-ienOtl{
}

.phw-g-i-igSoVm{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ihgk6h{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-ihkXZj{
}

.phw-g-i-iiNICY{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ijNaHu{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-ijVC4J{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ikIyJw{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-ikvaaB{
}

.phw-g-i-ikxkCJ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ilEzw5{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-imyl2y{
text-align:left;
margin-top:auto;
}

.phw-g-i-in5FYJ{
border-width:1px;
border-color:transparent;
border-style:solid;
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-in6Vzk{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-inMgoo{
object-fit:cover;
aspect-ratio:4/3;
opacity:50;
}

.phw-g-i-ioEntC{
fill:var(--icon-light);
border-color:var(--phw-custom-whiteborderffffff);
}

.phw-g-i-iokJ6O{
aspect-ratio:3/2;
}

.phw-g-i-iotQne{
object-fit:cover;
aspect-ratio:1/1;
}

.phw-g-i-iouyRu{
}

.phw-g-i-iqheyT{
}

.phw-g-i-kG7EXb:hover .phw-g-i-iqheyT{
border-top-left-radius:20%;
border-top-right-radius:20%;
}

.phw-g-i-ir9Ytf{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-isTERp{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:400;
min-height:var(--btn-height-sm);
font-family:var(--cms-g-rmfirstclass);
width:25%;
height:48px;
}

.phw-g-i-isTERp:visited{
}

.phw-g-i-itk1JH{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-iubQEq{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-iubZPV{
background:none;
background-image:none;
}

.phw-g-i-iuwhhv{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-ivi9Zv{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Finance_and_Procurement-1732110066471.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-ixBdlc{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ixERHl{
padding-bottom:calc(var(--pu-space)*0);
padding-top:calc(var(--pu-space)*0);
}

.phw-g-i-ixf7vi{
}

.phw-g-i-iysyKG{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-iysyKG:hover{
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-iyxlhA{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-izFJK0{
}

.phw-g-i-j1c5gr{
}

.phw-g-i-j1m1Ey{
}

.phw-g-i-j25unE{
font-weight:400;
font-size:40px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
text-align:center;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-dZPwB1:hover .phw-g-i-j25unE{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
font-size:32px;
}

.phw-g-i-j2V0OG{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-j2c43L{
}

.phw-g-i-j4CAQX{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-j4CAQX:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-j4CAQX.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-j4CAQX:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-j4CAQX::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-j4CAQX:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-j4CAQX::-moz-placeholder{
font-size:16px;
}
.phw-g-i-j4CAQX::placeholder{
font-size:16px;
}

.phw-g-i-j4qoR1{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-j4tkJG{
}

.phw-g-i-j5mSWU{
}

.phw-g-i-j5patO{
}

.phw-g-i-j60t1R{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:16px;
}

.phw-g-i-j6hCVV{
}

.phw-g-i-j73xeQ{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-j8CAuI{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-jAnQKd{
}

.phw-g-i-jAnksK{
font-family:var(--cms-g-pfdin);
background-color:transparent;
}

.phw-g-i-jApDe9{
}

.phw-g-i-jC4LQt{
}

.phw-g-i-jDHiRZ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-jDafU1{
}

.phw-g-i-jDcis7{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-jE9Mgo{
color:var(--phw-custom-darkgrey404044);
padding-top:calc(var(--pu-space)*1.25);
}

.phw-g-i-jE9jtu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-jFC3H5{
object-fit:contain;
}

.phw-g-i-jGmIfC{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_1-1733246449474.png);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-jHzMTk{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-jIxyok{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-jJXe1Y{
height:auto;
max-height:auto;
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-jJgjll{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-jJh0AK{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-jK37Qo{
}

.phw-g-i-jLKrIQ{
}

.phw-g-i-jMvxm8{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-jNzKq8{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
height:150px;
}

.phw-g-i-jOkAOc{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-jP9XSQ{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-jPTmt1{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-jQ3Hzc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-jQ3LF5{
color:var(--brand-color-primary);
}

.phw-g-i-X9PCzs:hover .phw-g-i-jQ3LF5{
}

.phw-g-i-jQ5I7r{
text-align:center;
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-jRproe{
}

.phw-g-i-jS55qB{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-jTwZGQ{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-jTwZGQ:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-jTwZGQ.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-jTwZGQ:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-jWgfxd{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-4);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-jWsTQ3{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-jYg1XK{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
text-align:left;
}

.phw-g-i-jZ6A8E{
}

.phw-g-i-jaXbwS{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-jbInII{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-jbxk8G{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-jcNEy6{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-jcfHpC{
color:var(--white);
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
}

.phw-g-i-jcfHpC:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
font-weight:400;
}

.phw-g-i-jdCc8r{
background:none;
background-image:none;
}

.phw-g-i-jdeuuG{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-jeTFB4{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-jfQAq1{
color:var(--white);
}

.phw-g-i-jgiosD{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-jh3yYH{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-jijXD7{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-jijXD7:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-jijXD7.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-jijXD7:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-jjzp64{
font-size:16px;
text-align:start;
}

.phw-g-i-jlH4ZK{
font-weight:600;
font-size:var(--phw-g-cards-title-font-size);
line-height:1.2;
color:var(--brand-color-primary);
}

.phw-g-i-jn11EU{
aspect-ratio:3/2;
}

.phw-g-i-jn4Rqz{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-jnDSmx{
color:var(--white);
}

.phw-g-i-joVjdz{
}

.phw-g-i-jqWxWw{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
color:var(--white);
background-color:var(--phw-custom-white);
}

.phw-g-i-jqtEQD{
border-top-left-radius:calc(var(--border-radius-base)*2.5);
border-top-right-radius:calc(var(--border-radius-base)*2.5);
border-bottom-left-radius:calc(var(--border-radius-base)*2.5);
border-bottom-right-radius:calc(var(--border-radius-base)*2.5);
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-jqwmAm{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-jt3FpH{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-juAdtc{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-jvxzO2{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-jx75xY{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-jx75xY:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-jx75xY.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-jx75xY:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-jxiHnM{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
height:150px;
margin-bottom:calc(var(--mu-space)*10);
}

.phw-g-i-jyAmtA{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rQcHXj:hover .phw-g-i-jyAmtA{
color:var(--white);
}

.phw-g-i-jz5gDT{
font-family:var(--cms-g-pfdin);
height:200px;
}

.phw-g-i-jzGdKL{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-jzapR4{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-jzbcNh{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ERksQd:hover .phw-g-i-jzbcNh{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-jzkrlG{
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-k0GARQ{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-k0o1Gh{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-k2QIWU{
}

.phw-g-i-k3PdOT{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-puMGPo:hover .phw-g-i-k3PdOT{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-k4BLlC{
color:var(--white);
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--footer-menu-list-line-height-style-1);
display:inline-block;
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-k4BLlC:hover{
font-family:var(--cms-g-pfdin);
font-style:normal;
color:var(--white);
}

.phw-g-i-k4aSJc{
color:var(--body-color);
font-weight:300;
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-k4pYxM{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-k554os{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-NsBwfz:hover .phw-g-i-k554os{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}

.phw-g-i-k63vJt{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/early_careers-1732107625612.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-k6Ymgb{
}

.phw-g-i-k6ybJp{
}

.phw-g-i-k7xuhx{
}

.phw-g-i-k8AMQM{
}

.phw-g-i-k9BQl8{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-kBW48s{
}

.phw-g-i-kCKnnq{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-kCLMVn{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-kCLMVn{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-kDhHyO{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-kDkYlg{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-kDoVSm{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:start;
}

.phw-g-i-HJAo02:hover .phw-g-i-kDoVSm{
font-size:var(--phw-g-small-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-qmkdIq:hover .phw-g-i-kDoVSm{
font-size:var(--phw-g-small-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-kE4JUz{
}

.phw-g-i-kG7EXb{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-kG7EXb:hover{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-kH7q5n{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-kJHokX{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-kJHokX{
}

.phw-g-i-kJPAyr{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-kJpFhr{
padding-bottom:calc(var(--pu-space)*4.375);
}

.phw-g-i-kJwSxK{
background-color:var(--phw-custom-white);
}

.phw-g-i-kKgZ4f{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-kLLX21{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-kM2KNw{
}

.phw-g-i-kMF9v9{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-kMF9v9{
font-size:var(--phw-g-small-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-zZflrM:hover .phw-g-i-kMF9v9{
font-size:var(--phw-g-small-text-font-size);
color:var(--white);
font-weight:400;
}

.phw-g-i-kNC5Wg{
}

.phw-g-i-kRN9Cu{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
}

.phw-g-i-kRcYqD{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-kRhD6r{
fill:transparent;
}

.phw-g-i-kSEfQP{
background-image:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
box-shadow:none;
background-size:contain;
}

.phw-g-i-kSICp8{
border-color:var(--brand-color-primary);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-kSICp8:hover{
background-image:none;
background-color:var(--brand-color-primary);
border-color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-kSICp8:focus{
background-color:var(--brand-color-primary);
border-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-kSICp8:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}

.phw-g-i-kSICp8:active{
background-color:var(--white);
border-color:var(--brand-color-primary);
color:var(--brand-color-primary);
}

.phw-g-i-kSICp8.disabled{
color:var(--btn-dark);
background-color:var(--disabled-color);
border-color:var(--disabled-color);
min-height:auto;
}
.phw-g-i-kSICp8:disabled{
color:var(--btn-dark);
background-color:var(--disabled-color);
border-color:var(--disabled-color);
min-height:auto;
}

.phw-g-i-kSRF7H{
}

.phw-g-i-kUKUJS{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-kUNFEO{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Headoffice_whiteboardmeeting_banner-1734522646116.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-kVkfVF{
padding-top:calc(var(--pu-space)*0);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-kVq9Rs{
font-size:20px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-kWv3h3{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-kYnlLs{
}

.phw-g-i-kYoVxb{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-HA920a:hover .phw-g-i-kYoVxb{
}

.phw-g-i-ka7FgY{
}

.phw-g-i-kbI98j{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-kbiNvQ{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-B6WNAC:hover .phw-g-i-kbiNvQ{
}

.phw-g-i-Bvl1I4:hover .phw-g-i-kbiNvQ{
}

.phw-g-i-FehVoo:hover .phw-g-i-kbiNvQ{
}

.phw-g-i-kdMhj1{
}

.phw-g-i-kdTv58{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-kdYI8P{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-kdukFb{
}

.phw-g-i-kfm0xY{
border-style:none;
border-color:transparent;
background-color:transparent;
border-bottom-right-radius:5%;
border-bottom-left-radius:5%;
}

.phw-g-i-kfm0xY:hover{
border-color:transparent;
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-kfm0xY:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-kfm0xY:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-kfm0xY.disabled{
background-color:transparent;
border-color:var(--disabled-color);
color:var(--btn-disabled-color);
}
.phw-g-i-kfm0xY:disabled{
background-color:transparent;
border-color:var(--disabled-color);
color:var(--btn-disabled-color);
}

.phw-g-i-kg90bZ{
aspect-ratio:16/9;
}

.phw-g-i-kh1Zgo{
color:var(--brand-color-primary);
}

.phw-g-i-khMH9B{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/d87e9e80-75b4-454b-b41e-21-1724168793618.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-khQ6ap{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-khQD8h{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-khhHH7{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-kjCn52{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-kjqHY1{
}

.phw-g-i-kmcWGG{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-kmgbnQ{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-kmtFEP{
}

.phw-g-i-kn09ni{
}

.phw-g-i-knnjgY{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-koEeGH{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-koEeGH:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-koEeGH.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-koEeGH:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-koEeGH::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-koEeGH:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-koEeGH::-moz-placeholder{
font-size:16px;
}
.phw-g-i-koEeGH::placeholder{
font-size:16px;
}

.phw-g-i-kotKO7{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-kp3GMi{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-ksdx0S{
font-weight:400;
font-size:var(--phw-g-widget-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-ktuC7R{
}

.phw-g-i-kw5PMa{
}

.phw-g-i-kwIOch{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-kwd1im{
}

.phw-g-i-kx8NEb{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-W8flC3:hover .phw-g-i-kx8NEb{
font-size:20px;
}

.phw-g-i-kxVoX1{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-kxcSCh{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-kzM3M8{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-kzSlT5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-kzjojB{
font-family:var(--cms-g-pfdin);
border-style:none;
}

.phw-g-i-l0Rj4v{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-l1gw0b{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-l2dVak{
border-width:1px;
border-color:transparent;
border-style:solid;
}

.phw-g-i-l3Zrjx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-l3yfFx{
color:var(--phw-custom-darkgrey404044);
font-size:20px;
}

.phw-g-i-l3zfhc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-l5hMGS{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-l5hMGS:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-l5hMGS.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-l5hMGS:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-l70LSK{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-style:normal;
}

.phw-g-i-X9PCzs:hover .phw-g-i-l70LSK{
}

.phw-g-i-l7pg9C{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-l9s0cE{
}

.phw-g-i-lASfQd{
object-fit:contain;
}

.phw-g-i-lCvY4v{
background:none;
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-lEEne7{
}

.phw-g-i-lGAhey{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-lGzIkT{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-99hgWI:hover .phw-g-i-lGzIkT{
color:var(--white);
}

.phw-g-i-lHgmUa{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-lHm95M{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-lHm95M:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-lHm95M.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-lHm95M:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-lHm95M::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-lHm95M:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-lHm95M::-moz-placeholder{
font-size:16px;
}
.phw-g-i-lHm95M::placeholder{
font-size:16px;
}

.phw-g-i-lIfelw{
}

.phw-g-i-lJiHW0{
border-style:none;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-lJzi91{
}

.phw-g-i-lKzrIz{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-lLxCog{
justify-content:center;
}

.phw-g-i-lMt28w{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
font-family:var(--cms-g-rmfirstclass);
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-piE7wF:hover .phw-g-i-lMt28w{
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:50;
}

.phw-g-i-lN271z{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-lO3P1E{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-lOX37Y{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-lQ92Ag{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-lQfhn6{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-lRizs1{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-lRjfXE{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-lSzLSS{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--white);
}

.phw-g-i-lT7Rx6:hover{
color:var(--white);
}

.phw-g-i-lT7Rx6{
color:var(--white);
text-decoration:none;
}

.phw-g-i-lTJlIM{
}

.phw-g-i-lTX97J{
}

.phw-g-i-lTeH18{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/drivers-1732109146547.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-lV06Bk{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-lVTOv2{
}

.phw-g-i-lWvOal{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-I4R3vz:hover .phw-g-i-lWvOal{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-lYwLtc{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-la6GxU{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-laFtXg{
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
color:var(--white);
display:inline-block;
}

.phw-g-i-laFtXg:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-style:normal;
font-weight:400;
}

.phw-g-i-lcPh6N{
}

.phw-g-i-lcyuTR{
}

.phw-g-i-leHeG2{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-leL2qb{
}

.phw-g-i-X9PCzs:hover .phw-g-i-leL2qb{
color:var(--white);
}

.phw-g-i-lfMaRs{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-lfeOJ3{
}

.phw-g-i-lflswr{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-lhPBxy{
border-color:var(--brand-color-primary);
background-color:transparent;
}

.phw-g-i-liGDkH{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ljprWY{
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-ljz9Zb{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-PmNivS:hover .phw-g-i-ljz9Zb{
color:var(--white);
}

.phw-g-i-lk0imw{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-lk0imw:hover{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-decoration:underline;
}

.phw-g-i-lkLftR{
}

.phw-g-i-lkbpnF{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-lkbpnF:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-lkbpnF.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-lkbpnF:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-ll1M15{
font-family:var(--cms-g-pfdin);
height:200px;
background-color:var(--phw-custom-white);
}

.phw-g-i-lmi0RR{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:var(--input-v-padding-lg);
padding-inline-start:var(--input-v-padding-lg);
font-weight:var(--input-font-weight);
font-size:var(--input-font-size-lg);
background-color:var(--input-bg);
outline:none;
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:var(--input-line-height-lg);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-lmi0RR:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-lmi0RR.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-lmi0RR:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-lmi0RR::-webkit-input-placeholder{
}
.phw-g-i-lmi0RR:-ms-input-placeholder{
}
.phw-g-i-lmi0RR::-moz-placeholder{
}
.phw-g-i-lmi0RR::placeholder{
}

.phw-g-i-lnm8dT{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-loms4m{
}

.phw-g-i-lpOcNO{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-lqOU4H{
}

.phw-g-i-lqwf2c{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-ls3G9N{
}

.phw-g-i-lsDvAU{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
background-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-lsDvAU{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-ltGS0T{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-ltyJDP{
}

.phw-g-i-lvULxE{
font-size:16px;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-lw8dHP{
}

.phw-g-i-ly3Kdj{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ly8P3B{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-Uo892P:hover .phw-g-i-ly8P3B{
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-m0COS7{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
text-align:start;
}

.phw-g-i-m0CqPl{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-m0msdD{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-m1qvHC{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-m1zR8e{
font-size:var(--phw-g-regular-text-font-size);
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-m1zR8e{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-EPcDc9:hover .phw-g-i-m2Quaa{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-m2Quaa{
}

.phw-g-i-m2dq30{
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-3);
color:var(--text-dark);
}

.phw-g-i-LIKkeE:hover .phw-g-i-m2dq30{
}

.phw-g-i-m4K0Xh{
}

.phw-g-i-m7FbtS{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-m7Iylm{
}

.phw-g-i-m7Myu0{
}

.phw-g-i-m7Nho6{
}

.phw-g-i-m7qRhh{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-m9BmFD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-mAVR5j{
height:494px;
text-align:right;
}
.phw-g-i-mAVR5j img{
aspect-ratio:4/3;
object-fit:cover;
height:100% ;
width:100% ;
}

.phw-g-i-mBbspa{
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-mCvLVB{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
border-color:transparent;
}

.phw-g-i-dZPwB1:hover .phw-g-i-mCvLVB{
font-weight:700;
color:var(--white);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-mDeTwx{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-mEkhib{
font-size:16px;
font-family:var(--cms-g-pfdin);
font-weight:400;
line-height:var(--paragraph-line-height-2);
color:var(--placeholder-text-color-1);
}

.phw-g-i-mFQ0FM{
}

.phw-g-i-mG9zOz{
}

.phw-g-i-mH5oQR{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-mIWq1r{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-mKSZm5{
}

.phw-g-i-mKphtG{
}

.phw-g-i-mLpFp3{
color:var(--white);
}

.phw-g-i-mM3EB7{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-mO1DvC{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-mO9ixK{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-mQ24Eg{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-mQsvKd{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-mRxNkY{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-mTAlc5{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-mUWHHQ{
}

.phw-g-i-mUo99F{
}

.phw-g-i-mVCuzD{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-mVu5Wk{
font-weight:600;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-4);
color:var(--text-dark);
}

.phw-g-i-mWcsnT{
color:var(--white);
}

.phw-g-i-mY5Pko{
font-weight:700;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-mawlqE{
font-family:var(--cms-g-pfdin);
border-bottom-left-radius:2%;
border-bottom-right-radius:2%;
border-top-right-radius:2%;
border-top-left-radius:2%;
background-color:transparent;
}

.phw-g-i-meCchD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-meETKC{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-meVEJi{
color:var(--secondary-text);
}

.phw-g-i-meYfsO{
fill:transparent;
}

.phw-g-i-mfJBjl{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
}

.phw-g-i-ERksQd:hover .phw-g-i-mfJBjl{
color:var(--white);
}

.phw-g-i-mftAmS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-mgog4c{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-mhD6ve{
}

.phw-g-i-mhQdqo{
font-size:34px;
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-align:center;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-mhQdqo{
font-weight:700;
color:var(--white);
}

.phw-g-i-mhWTAh{
}

.phw-g-i-mhqiSO{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-miWTcY{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
font-family:var(--cms-g-pfdin);
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-miWTcY:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-miWTcY:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-mjsJtz{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/RoyalMail1-2-1meeting.png-1731936343618.png);
font-family:var(--cms-g-rmfirstclass);
background-color:none;
font-weight:700;
background-position:50% 50%;
background-size:cover;
}

.phw-g-i-mkLIOk{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-mlwk0X{
}

.phw-g-i-mmF6Oc{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-pink_bgf4aebaff);
}

.phw-g-i-mmYMNW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-mn3SBU{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-mn9rvy{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-mn9rvy{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-mnfQ9v{
}

.phw-g-i-lTJlIM:hover .phw-g-i-mnkEeT{
font-weight:700;
color:var(--brand-color-primary);
}

.phw-g-i-mnkEeT{
}

.phw-g-i-moTr0a{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
padding-inline-end:calc(var(--pu-space)*5);
padding-inline-start:calc(var(--pu-space)*5);
}

.phw-g-i-mpj914{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-mqzn3e{
font-weight:700;
font-size:var(--font-size-11);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-mr3wEL{
font-weight:300;
font-size:var(--phw-g-large-text-font-size);
line-height:1.25;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
font-style:normal;
}

.phw-g-i-msSS0g{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-msmeXj{
font-weight:400;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-mtPKWW{
}

.phw-g-i-mvUmP4{
background:none;
background-image:none;
}

.phw-g-i-mvfPa7{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-my3msG{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-n1Bcwj{
}

.phw-g-i-n228kC{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:none;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
background-color:var(--phw-custom-bg_go-green62a531ff);
}

.phw-g-i-n2MyDb{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-n35HDC{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-n35HDC:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-n35HDC.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-n35HDC:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-n35HDC::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-n35HDC:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-n35HDC::-moz-placeholder{
font-size:16px;
}
.phw-g-i-n35HDC::placeholder{
font-size:16px;
}

.phw-g-i-n3IZj9{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-n3VIY2{
}

.phw-g-i-n550Js{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-n5DahX{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
}
.phw-g-i-n5DahX img{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-n5HLSk{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-n5gNJa{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
}

.phw-g-i-n9CSrZ{
}

.phw-g-i-nA7QFW{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ga8E0T:hover .phw-g-i-nA7QFW{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-nBXIS9{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:1.2;
color:var(--brand-color-primary);
font-weight:600;
}

.phw-g-i-nDVZSc{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
background-color:var(--phw-custom-royal-mail-red_40-oppacity);
}

.phw-g-i-nDsTFX{
}

.phw-g-i-nECf1t{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-nF0VP7{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-nG2tf4{
font-size:var(--phw-g-input-label-text-font-size);
font-weight:400;
}

.phw-g-i-nGOXzE{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-nGeXsA{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-nH93rO{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-nIkQLd{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-nKl5Q2{
}

.phw-g-i-nKpwzD{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-qhQhRD:hover .phw-g-i-nKpwzD{
color:var(--white);
}

.phw-g-i-nLh04o{
}

.phw-g-i-nMJnn8{
}

.phw-g-i-nNcPz1{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-nNcPz1:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-nNcPz1.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-nNcPz1:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-nOKY0E{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-90rFIv:hover .phw-g-i-nOKY0E{
color:var(--white);
font-weight:400;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-nPNYA0{
}

.phw-g-i-nRaQIB{
}

.phw-g-i-nSBJro{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-nTfylI{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-nTo9pK{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-nUlw8v{
}

.phw-g-i-nUn426{
object-fit:contain;
}

.phw-g-i-nVgvib{
}

.phw-g-i-nVvzlN{
color:var(--phw-custom-warm-redb70d12ff);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-nVvzlN{
text-transform:uppercase;
}

.phw-g-i-nWBGST{
}

.phw-g-i-nWW7MZ{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-nXuAdt{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
text-align:center;
}

.phw-g-i-ERksQd:hover .phw-g-i-nXuAdt{
color:var(--white);
}

.phw-g-i-nXuRap{
}

.phw-g-i-nXvXVT{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-naS2Y0{
color:var(--white);
font-size:30px;
font-weight:400;
}

.phw-g-i-nazBDh{
}

.phw-g-i-nbzv8u{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-large-text-font-size);
}

.phw-g-i-neCSCj{
}

.phw-g-i-ngOC8h{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-ngOC8h{
background-color:var(--brand-color-primary);
}

.phw-g-i-ngmbUo{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-nhWn4D{
padding-inline-start:calc(var(--pu-space)*2.5);
padding-inline-end:calc(var(--pu-space)*2.5);
}
.phw-g-i-nhWn4D img{
object-fit:cover ;
}

.phw-g-i-nhutUL{
}

.phw-g-i-nj0Q3S{
}

.phw-g-i-njGZSE{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-njXKcv{
color:var(--white);
}

.phw-g-i-ICplfx:hover .phw-g-i-njXKcv{
color:var(--white);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-njgPBF{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-njxBMA{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-JmHDwk:hover .phw-g-i-njxBMA{
}

.phw-g-i-HfQHIG:hover .phw-g-i-njxBMA{
}

.phw-g-i-PGwT5K:hover .phw-g-i-njxBMA{
}

.phw-g-i-njyPyk{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-nkzlcd{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-nmcllc{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-nnwWWI{
font-family:var(--cms-g-pfdin);
margin-top:auto;
margin-bottom:auto;
text-align:center;
}

.phw-g-i-noE8dl{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-nodCq2{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-nokNCI{
}

.phw-g-i-nsXVuK{
}

.phw-g-i-nsbs4J{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ntcDyV{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-nuMPk5{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-nuiaGG{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/RoyalMail1-2-1meeting.png-1731936343618.png);
font-family:var(--cms-g-rmfirstclass);
background-color:none;
font-weight:700;
background-position:50% 50%;
background-size:cover;
}

.phw-g-i-nv0KB1{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-nwJUhn{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-nwisvi{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-nxaJoz{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-nyxN6E{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-nz9d8I{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-nzhn8e{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rQcHXj:hover .phw-g-i-nzhn8e{
color:var(--white);
}

.phw-g-i-nzyGtu{
}

.phw-g-i-o03kfi{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-o03kfi{
color:var(--white);
}

.phw-g-i-o0Umz1{
background-color:var(--phw-custom-white);
border-color:var(--brand-color-primary);
border-width:2px;
border-style:solid;
color:var(--body-color);
}

.phw-g-i-dZPwB1:hover .phw-g-i-o0Umz1{
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-o0la1t{
}

.phw-g-i-o1BJtI{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-o1d2lf{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-o1qIKm{
color:var(--body-color);
}

.phw-g-i-o2yYCf{
}

.phw-g-i-o3SDc1{
font-weight:400;
color:var(--phw-custom-go-green-contrast008a00ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-o5WVGW{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-o617uH{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-o722hA{
}

.phw-g-i-o7TDh0{
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-o8JIMb{
fill:var(--icon-light);
}

.phw-g-i-o8w3Pf{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-oA0n4Z{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-oCTsaI{
border-style:solid;
border-color:var(--brand-color-primary);
background-color:var(--phw-custom-white);
color:var(--white);
border-width:2px;
}

.phw-g-i-oCWAIG{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-oCxBYL{
}

.phw-g-i-6QwDmc:hover .phw-g-i-oDLT9c{
}

.phw-g-i-oDLT9c{
}

.phw-g-i-oDgnvJ{
}

.phw-g-i-oGSLTb{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-oIuuAW{
color:var(--phw-custom-warm-redb70d12ff);
}

.phw-g-i-oJHPFq{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oJzF2h{
text-align:left;
margin-top:auto;
}

.phw-g-i-oK06Mx{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
}

.phw-g-i-oKhyFQ{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-oL92o3{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oMLSVY{
}

.phw-g-i-eIGG7Y:hover .phw-g-i-oPNWcr{
font-weight:700;
font-size:24px;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-oPNWcr{
}

.phw-g-i-oQ0k8D{
}

.phw-g-i-oRYLIm{
}

.phw-g-i-oVel6S{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-oVel6S:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-oVel6S.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-oVel6S:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-oWf4Qw{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-oWysOt{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-oX82yo{
font-size:16px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-oXF9v3{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oXGVcI{
}

.phw-g-i-oZDiQI{
}

.phw-g-i-oZM2A7{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-oZPobt{
}

.phw-g-i-obAIBG{
}

.phw-g-i-obLqoU{
object-fit:cover;
aspect-ratio:1/1;
}

.phw-g-i-obNISS{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-ocP7Pr{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-ocP8UN{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oe9rrb{
}

.phw-g-i-oeI7kw{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oeKn3H{
}

.phw-g-i-PmNivS:hover .phw-g-i-oeUT0Z{
font-weight:700;
}

.phw-g-i-oeUT0Z{
}

.phw-g-i-ohmAWl{
font-size:var(--phw-g-regular-text-font-size);
font-weight:700;
}

.phw-g-i-ohxWri{
}

.phw-g-i-oixfRk{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ojYa6Z{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-ojkhbv{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:400;
}

.phw-g-i-1waD7U:hover .phw-g-i-ojkhbv{
font-weight:700;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-4ozump:hover .phw-g-i-ojkhbv{
font-weight:700;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-okS7im{
}

.phw-g-i-okisTU{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-olWHe6{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-qS3l6V:hover .phw-g-i-olWHe6{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-om86A7{
}

.phw-g-i-omKXAS{
}

.phw-g-i-omVJ08{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-omrNtx{
}

.phw-g-i-onryyG{
background-color:var(--phw-custom-white);
}

.phw-g-i-op0Ftu{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-opr0BL{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-PmNivS:hover .phw-g-i-opr0BL{
color:var(--white);
}

.phw-g-i-oqyLG6{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-oqyLG6:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-oqyLG6.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-oqyLG6:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-oqyLG6::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-oqyLG6:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-oqyLG6::-moz-placeholder{
font-size:16px;
}
.phw-g-i-oqyLG6::placeholder{
font-size:16px;
}

.phw-g-i-orylNw{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-otUM2g{
}

.phw-g-i-ou6P4r{
}

.phw-g-i-ouj2es{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-oxuMsG{
background-color:var(--phw-custom-footer_bgd8d8d8);
}

.phw-g-i-oy1YOG{
font-weight:400;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-oy3wZy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-p0hAtk{
}

.phw-g-i-p2MdP1{
object-fit:cover;
aspect-ratio:3/2;
}

.phw-g-i-p3WrBw{
}

.phw-g-i-p3c3JA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-p3yOIG{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-4);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
text-transform:uppercase;
}

.phw-g-i-p4tQMb{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-p60Ec7{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-p60Ec7{
background-color:var(--brand-color-primary);
}

.phw-g-i-p7uBXH{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-p8MZ2q{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-pArbBD{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-pC0Hnz{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-pExi49{
}

.phw-g-i-pFMFIB{
}

.phw-g-i-pFybbI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-pG0MnA{
font-family:var(--cms-g-pfdin);
color:var(--white);
}

.phw-g-i-pG7ZEL{
}

.phw-g-i-pGaFb2{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-pHW2AA{
font-family:var(--cms-g-pfdin);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-pKml1b{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-pLdt2W{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-pNo4So{
}

.phw-g-i-pNyBIM{
background:none;
background-image:none;
}

.phw-g-i-pQBY2J{
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
color:var(--white);
display:inline-block;
}

.phw-g-i-pQBY2J:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:400;
font-style:normal;
}

.phw-g-i-pQslwp{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-pR0Cz2{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-pS3nMm{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
border-color:var(--brand-color-secondary);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-pSMyE8{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-pTOnTy{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-pW2G80{
background-color:transparent;
color:var(--text-dark);
}

.phw-g-i-pWKA2b{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-pX4lYl{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-pXr5DO{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Postman_trolley-1734521384957.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 0%;
}

.phw-g-i-pYSLRB{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-pbAxTQ{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--phw-custom-dark-color-light4a4a4a);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-pbAxTQ:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-pbbiUS{
}

.phw-g-i-pbrlal{
}

.phw-g-i-pd3ugf{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-pdXhUA{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-pdXhUA:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-pdXhUA.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-pdXhUA:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-pdXhUA::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-pdXhUA:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-pdXhUA::-moz-placeholder{
font-size:16px;
}
.phw-g-i-pdXhUA::placeholder{
font-size:16px;
}

.phw-g-i-pdvZVS{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-pfCPWz{
}

.phw-g-i-pfW6OK{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-pgZ3xY{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-pi8OKF{
}

.phw-g-i-piE7wF{
}

.phw-g-i-pitKMa{
color:var(--white);
}

.phw-g-i-ERksQd:hover .phw-g-i-pitKMa{
}

.phw-g-i-pk7euu{
}

.phw-g-i-plK4Gm{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-plulQZ{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-pnQs3t{
fill:transparent;
}

.phw-g-i-pobzOG{
}

.phw-g-i-prLIhP{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-pscgM3{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-puFOsi{
border-color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-puKCFU{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
}

.phw-g-i-ERksQd:hover .phw-g-i-puKCFU{
color:var(--white);
}

.phw-g-i-puMGPo{
}

.phw-g-i-puMsmk{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-pufckC{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-pvlKC7{
height:80px;
width:100px;
}

.phw-g-i-pwbdjL{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--brand-color-primary);
}

.phw-g-i-pwwSZT{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-pxH4is{
font-size:var(--phw-g-large-text-font-size);
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--body-color);
font-weight:300;
}

.phw-g-i-TaG5bg:hover .phw-g-i-pxH4is{
}

.phw-g-i-CCtAlS:hover .phw-g-i-pxH4is{
}

.phw-g-i-B6WNAC:hover .phw-g-i-pxH4is{
}

.phw-g-i-pxZqRk{
font-weight:600;
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--line-height-4);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-q0KJeM{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
font-weight:400;
}

.phw-g-i-q0VHgX{
}

.phw-g-i-q0nE1r{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-q0vv5f:hover{
color:var(--white);
text-decoration:underline;
}

.phw-g-i-q0vv5f{
color:var(--white);
text-decoration:none;
}

.phw-g-i-q0vv5f:focus{
text-decoration:underline;
}

.phw-g-i-q1lfdU{
font-family:var(--cms-g-pfdin);
font-weight:700;
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-q3L0ZF{
}

.phw-g-i-q3NrNC{
text-align:center;
}

.phw-g-i-q3vTba{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-q43yhn{
}

.phw-g-i-04eyYD:hover .phw-g-i-q43yhn{
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-q47MGh{
}
.phw-g-i-q47MGh img{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-q59ZqA{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-q5aAc9{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-q5aAc9:hover{
}

.phw-g-i-q5aAc9:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-q66jnt{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
}

.phw-g-i-q66jnt:hover{
color:var(--white);
font-weight:700;
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-q79lTc{
}

.phw-g-i-q9asdb{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-qABBB5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-qBHMiP{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-qBLFQe{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-qBewzG{
}

.phw-g-i-qCE3Jj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-qDjA71{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-qFdL1A{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-qG7RTI{
aspect-ratio:4/3;
opacity:50;
object-fit:cover;
}

.phw-g-i-siikHH:hover .phw-g-i-qG7RTI{
}

.phw-g-i-qGNcjp{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-4);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-qGqe3L{
}

.phw-g-i-X9PCzs:hover .phw-g-i-qGqe3L{
color:var(--white);
}

.phw-g-i-qHb9Pt{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-qI86mI{
}

.phw-g-i-qIdFcD{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-qInJ2a{
font-family:var(--cms-g-pfdin);
justify-content:center;
}

.phw-g-i-xW2gkt:hover .phw-g-i-qKGKkg{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-qKGKkg{
}

.phw-g-i-qKTjef{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/d87e9e80-75b4-454b-b41e-21-1724168793618.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-qKToBJ{
font-family:var(--cms-g-pfdin);
height:1px;
}

.phw-g-i-qKVoqM{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-qL7GMr{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-qLdtPU{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-qLdtPU:hover{
}

.phw-g-i-qLdtPU:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-qMEh2O{
}

.phw-g-i-qOGBnt{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-qOyjg4{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-rmfirstclass);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-qRldy7{
color:var(--phw-custom-go-green-contrast008a00ff);
font-weight:300;
margin-inline-start:calc(var(--mu-space)*10);
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-qS3l6V{
}

.phw-g-i-qSBsz3{
}

.phw-g-i-qSN4LU{
}

.phw-g-i-qTgSli{
}

.phw-g-i-qUA7p6{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-qUy0rf{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-qVQ5l2{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:400;
}

.phw-g-i-qVcXya{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-qVewNm{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-qVsCZH{
}

.phw-g-i-qW2rIR{
}

.phw-g-i-qWW2wh{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/548722e3-a529-4d9a-9958-7-1724169059958.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-qX8QJx{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-qXjDWs{
}

.phw-g-i-qZVcv7{
font-weight:700;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-qbflnq{
aspect-ratio:3/2;
object-fit:cover;
text-align:left;
}

.phw-g-i-qbt0SB{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
}

.phw-g-i-qcNEMV{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-qcSZgF{
}
.phw-g-i-qcSZgF img{
object-fit:contain;
}

.phw-g-i-qexpng{
fill:transparent;
}

.phw-g-i-qgnfiJ{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-qhQhRD{
}

.phw-g-i-qhQhRD:hover{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-qhowHi{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-qiWWxZ{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-qkPv3o{
}

.phw-g-i-qkk3P8{
}

.phw-g-i-qkq68j{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-qkzUzH{
}

.phw-g-i-ql37c4{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-qmREFd{
}

.phw-g-i-qmkdIq{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-qmkdIq:hover{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-qn6mrs{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:var(--brand-color-primary);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-qn6mrs{
background-color:var(--phw-custom-bg_primary_type2da202a);
border-color:transparent;
border-style:hidden;
color:var(--white);
}

.phw-g-i-qoQtIJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-qplLbH{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-EPcDc9:hover .phw-g-i-qplLbH{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-qpuHEn{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-qpuHEn:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-qpuHEn.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-qpuHEn:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-qr4QQ3{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-qs3JqV{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-qtXWlL{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-quUW08:hover{
transition:3.0000000000000004s;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-quUW08{
}

.phw-g-i-queaJv{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-qvBGCZ{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-qx8BcZ{
}

.phw-g-i-qxypnS{
font-weight:700;
font-size:32px;
line-height:var(--line-height-1);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-qz7ZGV{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-height:none;
min-height:0px;
background-color:var(--phw-custom-white);
max-width:none;
min-width:0px;
height:125px;
}

.phw-g-i-qzeAKZ{
background-color:transparent;
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-qzeAKZ{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-r1ZMBP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-r1p1qX{
display:inline-flex;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
text-decoration:none;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-r3YU7e{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-r3Ypza{
}

.phw-g-i-r3saoj{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-r4PDvT{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-r4U6tq{
color:var(--text-dark);
font-weight:300;
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
text-align:start;
}

.phw-g-i-r4tmXQ{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-positive-blue0892cbff);
text-align:center;
}

.phw-g-i-ERksQd:hover .phw-g-i-r4tmXQ{
color:var(--white);
}

.phw-g-i-r4z8lv{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-r6COWr:hover{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-r6COWr{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
}

.phw-g-i-r6P0uM{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-r9J3UL{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-PmNivS:hover .phw-g-i-rATxRj{
color:var(--white);
}

.phw-g-i-rATxRj{
}

.phw-g-i-rB5mXD{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-PmNivS:hover .phw-g-i-rB5mXD{
color:var(--white);
}

.phw-g-i-rBsbOa{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rC3h7w{
background-color:var(--phw-custom-white);
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-rC3h7w{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-rCJo2a{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-rCKWpl{
}

.phw-g-i-rCWBXM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--brand-color-primary);
}

.phw-g-i-rCXQgr{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-rCtKMT{
}

.phw-g-i-rEskoM{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:400;
}

.phw-g-i-rFhkWf{
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rGq5q6{
}

.phw-g-i-rHYaHX{
background-color:var(--phw-custom-white);
}

.phw-g-i-rI01Gt{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ZJrD2p:hover .phw-g-i-rI01Gt{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-n2MyDb:hover .phw-g-i-rI01Gt{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-1zRtnt:hover .phw-g-i-rI01Gt{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-HS1YKT:hover .phw-g-i-rI01Gt{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-93sTEK:hover .phw-g-i-rI01Gt{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-rIPkUE{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rJ7wkw{
}

.phw-g-i-rJNeYk{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-cards-subtitle-font-size);
}

.phw-g-i-puMGPo:hover .phw-g-i-rJNeYk{
}

.phw-g-i-rKNora{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-rM4LN1{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-rMaALQ{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rMqSBA{
}

.phw-g-i-rMvFTe{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-rPNw0z{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
}

.phw-g-i-rQRvO3{
}

.phw-g-i-rQcHXj{
}

.phw-g-i-rSnqlW{
}

.phw-g-i-rTIUup{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rTYnr5{
font-size:20px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-rUN8pV{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rUQvJv{
object-fit:cover;
max-width:none;
min-height:0px;
min-width:0px;
max-height:none;
aspect-ratio:4/3;
}

.phw-g-i-rVLtI3{
}

.phw-g-i-rXUKC7{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-rYPRkq{
padding-top:calc(var(--pu-space)*5);
}

.phw-g-i-rYUwKF{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-rZlYF5{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ra5tt9{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-raJcpf{
}

.phw-g-i-ram22w{
font-weight:700;
font-size:var(--phw-g-widget-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-raoANB{
fill:transparent;
}

.phw-g-i-rayEij{
}

.phw-g-i-qhQhRD:hover .phw-g-i-rayEij{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-rb3pYL{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-rb3pYL{
}

.phw-g-i-rbdYZQ{
font-size:var(--font-size-12);
line-height:1.2;
color:var(--phw-custom-positive-blue0892cbff);
font-weight:600;
}

.phw-g-i-ERksQd:hover .phw-g-i-rbdYZQ{
color:var(--white);
}

.phw-g-i-rcYxoU{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rccZZp{
font-family:var(--cms-g-rmfirstclass);
padding-top:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
}

.phw-g-i-rcwb4H{
}

.phw-g-i-rdeWfg{
object-fit:contain;
}

.phw-g-i-rdqfsX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-reLQCm{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rf3FGC{
border:none;
gap:0px;
}

.phw-g-i-rgrZTX{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-rikVBc{
}

.phw-g-i-rjQY2g{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-rjQY2g{
background-color:var(--brand-color-primary);
}

.phw-g-i-rji6iZ{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-rjnzW6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-rjsDmr{
color:var(--phw-custom-go-green-contrast008a00ff);
}

.phw-g-i-rkwp0x{
}

.phw-g-i-rl4uwb{
border-top-left-radius:5%;
border-top-right-radius:5%;
}

.phw-g-i-rlmeIx{
margin-top:calc(var(--mu-space)*10);
}

.phw-g-i-rnIh70{
object-fit:cover;
aspect-ratio:3/2;
text-align:center;
margin-top:calc(var(--mu-space)*0.125);
}

.phw-g-i-rnweZu{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-rpIuun{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rpLqgL{
object-fit:cover;
aspect-ratio:4/3;
}

.phw-g-i-rpYKVR{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-bottom-left-radius:5%;
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-rpYKVR{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-warm-red_bgb70d12ff);
text-align:center;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
font-size:40px;
}

.phw-g-i-rqiEXA{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rrclEz{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
margin-bottom:calc(var(--mu-space)*10);
height:150px;
}

.phw-g-i-rtae0t{
text-align:left;
}

.phw-g-i-ru6C30{
}

.phw-g-i-ruhJTY{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-rvIp6b{
font-weight:600;
font-size:var(--phw-g-placeholder-text-font-size);
line-height:var(--line-height-1);
color:var(--white);
}

.phw-g-i-rwNPZC{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-rx8SMn{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-rxEXXJ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rzGEuM{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-s0cOn2{
line-height:1.5;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:18px;
}

.phw-g-i-s17Unc{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-s1EAM5{
border-width:1px;
border-color:transparent;
border-style:solid;
}

.phw-g-i-s22lxF{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-s2ilVo{
}

.phw-g-i-s3xfzo{
}

.phw-g-i-s49REl{
font-family:var(--cms-g-pfdin);
text-align:center;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-s4sY4t{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-s5UAuC{
}

.phw-g-i-s6Dkjs{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-s6JVsY{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-s6NpLk{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-s7zlk8{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-s8FmNK{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-s8zGLU{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:center;
}

.phw-g-i-s9DrR3{
}

.phw-g-i-sAddK0{
}

.phw-g-i-sBaZWp{
color:var(--white);
}

.phw-g-i-sE5kWK{
font-size:var(--phw-g-button-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-3rhBQ4:hover .phw-g-i-sE5kWK{
color:var(--white);
}

.phw-g-i-sEOOFv{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-sFGcvR{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Apprenticeships-1724163036059.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-sFLRlm{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-sGzz4F{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-sIHT6W{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-sItiwo{
color:var(--phw-custom-darkgrey404044);
font-weight:300;
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
text-align:start;
}

.phw-g-i-sIzC3N{
height:50px;
}

.phw-g-i-sLlYT5{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-sP7bwK{
}

.phw-g-i-sPRBUi{
}

.phw-g-i-sQfkTa{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
line-height:var(--paragraph-line-height-2);
border-style:none;
}

.phw-g-i-sQfkTa:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
text-decoration:underline;
}

.phw-g-i-sQfkTa:focus{
font-family:var(--cms-g-rmfirstclass);
border-style:none;
outline-style:none;
}

.phw-g-i-sRTF01{
color:var(--brand-color-primary);
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-sSFkW4{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
text-align:start;
}

.phw-g-i-sSbL0G{
}

.phw-g-i-sU0ohq{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-sV8Rja{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-sV8Rja:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-sV8Rja.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-sV8Rja:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-sV8Rja::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-sV8Rja:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-sV8Rja::-moz-placeholder{
font-size:16px;
}
.phw-g-i-sV8Rja::placeholder{
font-size:16px;
}

.phw-g-i-sVZhmG{
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-sX0elr{
font-size:var(--phw-g-large-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-sXlR7W{
}
.phw-g-i-sXlR7W img{
object-fit:cover;
}

.phw-g-i-sYk4gX{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-sZIFfD{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-sZIFfD{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-sZyJPR{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-saM40K{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-saOh48{
font-size:var(--phw-g-large-text-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-eNoVtN:hover .phw-g-i-saOh48{
font-weight:700;
}

.phw-g-i-saVMZf{
}

.phw-g-i-sbeSuA{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-sf3IoM{
}

.phw-g-i-sgLDQA{
}

.phw-g-i-siikHH{
}

.phw-g-i-skMNCC{
}
.phw-g-i-skMNCC img{
object-fit:cover;
}

.phw-g-i-slT8Pn{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--white);
font-weight:400;
text-decoration:none;
font-family:var(--cms-g-pfdin);
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-slT8Pn:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
text-decoration:underline;
}

.phw-g-i-slbasT{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-slvl7h{
}

.phw-g-i-smKZHH{
font-weight:400;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-soBxS4{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-soEX7w{
color:var(--white);
font-family:var(--cms-g-pfdin);
border-style:none;
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
}

.phw-g-i-soEX7w:hover{
}

.phw-g-i-soEpuQ{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--white);
font-family:var(--cms-g-pfdin);
margin-inline-start:calc(var(--mu-space)*10);
margin-top:calc(var(--mu-space)*1.25);
}

.phw-g-i-soJLgp{
font-size:16px;
}

.phw-g-i-soPKhy{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-sp7W7F{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-sp7W7F{
font-weight:700;
font-size:40px;
color:var(--phw-custom-dynamic-yellowfdda24ff);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
}

.phw-g-i-spnjZD{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-srEYIa{
border-top-left-radius:calc(var(--border-radius-base)*0.625);
border-top-right-radius:calc(var(--border-radius-base)*0.625);
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
background-color:var(--phw-custom-white);
height:180px;
}

.phw-g-i-srIfIc{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ss5Cu4{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-4MFepK:hover .phw-g-i-ss5Cu4{
color:var(--white);
}

.phw-g-i-tNyJP5:hover .phw-g-i-ss5Cu4{
color:var(--white);
}

.phw-g-i-ss7bTL{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-stIBhb{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-suRnkK{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-RyKCza:hover .phw-g-i-suRnkK{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-onryyG:hover .phw-g-i-suRnkK{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-L8xmC5:hover .phw-g-i-suRnkK{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-sv6YYU{
font-family:var(--cms-g-pfdin);
background-color:var(--widget-bg-dark-color);
}

.phw-g-i-svnzJ4{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-swC4w1{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-kG7EXb:hover .phw-g-i-swC4w1{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-sy4DqW{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
}

.phw-g-i-sywL22{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-szBzgp{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-szHUPx{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-szb4F9{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-rQcHXj:hover .phw-g-i-szb4F9{
color:var(--white);
}

.phw-g-i-t2G5jW{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-t3DGav{
}

.phw-g-i-t3ZY05{
border-style:solid;
border-color:var(--phw-custom-icon_border_black000000);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-t5D4hq{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-t5D4hq{
background-color:var(--brand-color-primary);
}

.phw-g-i-t5TvYX{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-t5Xwur{
}

.phw-g-i-t5aeYI{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-t7GL7a{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-t8hzvF{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-t8hzvF{
font-weight:400;
font-size:34px;
color:var(--white);
}

.phw-g-i-t9ZwzL{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tBF7yK{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-tEYXTB{
}

.phw-g-i-4zJt2L:hover .phw-g-i-tEYXTB{
color:var(--phw-custom-primarylighte63338);
font-size:var(--phw-g-large-text-font-size);
font-weight:700;
}

.phw-g-i-tFJH81{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tFgVlI{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-tFnDMi{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tG768P{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tGHdio{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-tGyMBF{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-tHNTlc{
font-size:var(--phw-g-widget-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
text-align:start;
}

.phw-g-i-NsBwfz:hover .phw-g-i-tHY45U{
font-weight:700;
text-transform:uppercase;
}

.phw-g-i-tHY45U{
}

.phw-g-i-tJcqdg{
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-tKaZ2J{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
line-height:1.25;
color:var(--phw-custom-primarylighte63338);
font-family:var(--cms-g-pfdin);
font-style:normal;
text-align:start;
}

.phw-g-i-tLVWmy{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tLc796{
font-size:var(--phw-g-input-label-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tMWQh4{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-tMm6Hv{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-tNyJP5{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-tNyJP5:hover{
}

.phw-g-i-tOVcl5{
background-color:transparent;
border-color:transparent;
border-style:none;
}

.phw-g-i-tOVcl5:hover{
color:var(--link-hover-color);
text-decoration:var(--link-hover-decoration);
border-color:transparent;
}

.phw-g-i-tOVcl5:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-offset:var(--accessibility-outline-offset);
}

.phw-g-i-tOVcl5:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}

.phw-g-i-tOVcl5.disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}
.phw-g-i-tOVcl5:disabled{
color:var(--btn-disabled-color);
background-color:transparent;
border-color:var(--disabled-color);
}

.phw-g-i-tPxdYe{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-tQ0Frp{
}

.phw-g-i-tQ3lJS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-tQWzD0{
}

.phw-g-i-tRkaiw{
}

.phw-g-i-tSwJ3J{
}

.phw-g-i-tTWVou{
}

.phw-g-i-tUOnzy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-tV1kDg{
}

.phw-g-i-tVBLd1{
}

.phw-g-i-tVMjgQ{
}

.phw-g-i-tViDl6{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-tViDl6{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
font-weight:700;
text-align:center;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-tViEm5{
}

.phw-g-i-tW19Mo{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-tXGsNr{
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tXGsNr:hover{
}

.phw-g-i-tXGsNr:focus{
border-style:none;
outline-style:none;
}

.phw-g-i-tXnfeI{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tYKTY8{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tYwb7Q{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-tZ5FuH{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tZesaS{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-tbUkuG{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tc8ZEr{
}

.phw-g-i-tcKMHh{
}

.phw-g-i-tdWN1P{
}

.phw-g-i-te5BqE{
font-size:20px;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
}

.phw-g-i-teJgbN{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Headoffice_banner-1734951771861.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-tf7oJm{
background-color:var(--phw-custom-white);
}

.phw-g-i-tfvW5o{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tgRIa0{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-weight:700;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tgbqef{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-tgxPt9{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}

.phw-g-i-thIuH8{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-position:50% 0%;
background-size:tile;
}

.phw-g-i-thUTHV{
background-color:var(--phw-custom-bright-red_bge63338ff);
}

.phw-g-i-tiis6y{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-tiis6y{
}

.phw-g-i-tjV705{
}

.phw-g-i-tjcGtc{
border-top-left-radius:0%;
border-top-right-radius:0%;
border-bottom-left-radius:0%;
}

.phw-g-i-tjmwTO{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-tjsEWI{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-tjsEWI:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-tjsEWI.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-tjsEWI:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-tlvoKh{
}

.phw-g-i-tmvW3K{
background-color:var(--phw-custom-white);
}

.phw-g-i-tnFmDz{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-tnxbbl{
}

.phw-g-i-tp6e1o{
}

.phw-g-i-tpjeXf{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-6BIedB:hover .phw-g-i-tps5YT{
background-color:var(--brand-color-primary);
}

.phw-g-i-tps5YT{
}

.phw-g-i-trmVne{
}

.phw-g-i-tscvbq{
}

.phw-g-i-tu7uPj{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-tuLm0t{
height:48px;
}

.phw-g-i-tuj7Mp{
}

.phw-g-i-tuqowv{
font-weight:300;
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-tvz5AE{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
}

.phw-g-i-HA920a:hover .phw-g-i-tvz5AE{
color:var(--white);
}

.phw-g-i-txXlkZ{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-tyeaqI{
}

.phw-g-i-tzdc1R{
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}

.phw-g-i-u3uP7V{
aspect-ratio:3/2;
}

.phw-g-i-u4QkjT{
color:var(--white);
display:inline-block;
font-size:var(--footer-menu-list-font-size-style-1);
line-height:var(--footer-menu-list-line-height-style-1);
}

.phw-g-i-u4QkjT:hover{
color:var(--white);
font-family:var(--cms-g-pfdin);
font-weight:700;
font-style:normal;
}

.phw-g-i-u4U2ew{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-u4efMl{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-u4efMl{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-u7RJib{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-u7Xumf{
}

.phw-g-i-u7vwdi{
}

.phw-g-i-u831NP{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/RMCruciform_English_FullColour_Positive_RGB-1728045315456.png);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-position:50% 0%;
}

.phw-g-i-u8SyuS:hover{
}

.phw-g-i-u8SyuS{
}

.phw-g-i-u94qkj{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-u9NFCf{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-uBbIIq{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-uCPXFl{
}

.phw-g-i-uD32SV{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-uDBtCx{
}

.phw-g-i-uENkZf{
color:var(--brand-color-primary);
font-size:var(--phw-g-large-text-font-size);
}

.phw-g-i-uFjEkO{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-uFjEkO:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-uFjEkO.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-uFjEkO:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-uFyjR7{
}

.phw-g-i-uGWHOV{
}

.phw-g-i-uH6ZKE{
}

.phw-g-i-uHlWBO{
color:var(--phw-custom-darkgrey404044);
text-align:start;
}

.phw-g-i-uI7VUB{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-uIAkW9{
padding-top:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-uIHIbx{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-uJJNLy{
color:var(--white);
display:inline-flex;
text-decoration:none;
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-rmfirstclass);
border-style:none;
}

.phw-g-i-uJJNLy:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-uJJNLy:focus{
font-family:var(--cms-g-rmfirstclass);
border-style:none;
outline-style:none;
}

.phw-g-i-uKKjSo{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-uLMI8H{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-uLb50O{
}

.phw-g-i-uLehA5{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Christmas_Recruitment-1724163202588.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-uLhw8Q{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
}

.phw-g-i-uLyKYN{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-uMFpBD{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-uMnS6A{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-uN63ct{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-uNiC5K{
}

.phw-g-i-uOB5pY:hover{
background-color:var(--phw-custom-bg_go-green-contrast008a00ff);
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
border-top-left-radius:5%;
}

.phw-g-i-uOB5pY{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-uPAS9y{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-uPYKhn{
color:var(--white);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-white);
}

.phw-g-i-uQx9GG{
}

.phw-g-i-uRuRTW{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-uS2nkL{
}

.phw-g-i-uSNpJp{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
font-family:var(--cms-g-rmfirstclass);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-uSNpJp{
background-color:var(--phw-custom-pink_bgf4aebaff);
border-color:transparent;
color:var(--phw-custom-darkgrey404044);
border-style:hidden;
font-weight:700;
text-align:center;
}

.phw-g-i-uUBvvq{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-uUBvvq:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-uUBvvq.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-uUBvvq:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-uUBvvq::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-uUBvvq:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-uUBvvq::-moz-placeholder{
font-size:16px;
}
.phw-g-i-uUBvvq::placeholder{
font-size:16px;
}

.phw-g-i-uUNmRf{
background-color:var(--phw-custom-white);
}

.phw-g-i-uVY9qh{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-uX1r44:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
transition:3.0000000000000004s;
}

.phw-g-i-uX1r44{
}

.phw-g-i-uZfHIA{
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ubYbMy{
width:100px;
}

.phw-g-i-ucTFJ5{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-uf2qls{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-uf4scH{
font-weight:300;
font-size:var(--phw-g-large-text-font-size);
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ufw8I8{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-ugaV6Q{
}

.phw-g-i-ugraYg{
}

.phw-g-i-uihX4b{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--white);
}

.phw-g-i-uir5Wx{
font-size:var(--phw-g-large-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-uisgy7{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-ujKIDA{
}

.phw-g-i-ujzbGz{
object-fit:cover;
aspect-ratio:16/9;
}

.phw-g-i-uk9RT6{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-ukXq05{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-uklf6q{
background-color:var(--phw-custom-white);
}

.phw-g-i-mFQ0FM:hover .phw-g-i-uklf6q{
background-color:var(--brand-color-primary);
color:var(--white);
}

.phw-g-i-ukzndT{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-ukzndT{
color:var(--white);
}

.phw-g-i-um2A8T{
font-weight:700;
}

.phw-g-i-X9PCzs:hover .phw-g-i-um2A8T{
}

.phw-g-i-um9al6{
background-color:var(--phw-custom-white);
}

.phw-g-i-umJaW4{
padding-bottom:calc(var(--pu-space)*6.25);
}

.phw-g-i-umhdHk{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ummr1e{
}

.phw-g-i-un8OnA{
}

.phw-g-i-unThhK{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-upNV21{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
background-color:var(--input-bg);
font-size:16px;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-upNV21:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-upNV21.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-upNV21:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-urQCqg{
background-color:var(--phw-custom-white);
}

.phw-g-i-urwY13{
font-size:var(--phw-g-small-text-font-size);
font-weight:400;
}

.phw-g-i-utdg0p{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-uu29cE{
}

.phw-g-i-uuYXHN{
margin-bottom:calc(var(--mu-space)*0);
}

.phw-g-i-uuoEO5{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-uvZIHw{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:var(--input-font-size-lg);
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-uvZIHw:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-uvZIHw.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-uvZIHw:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-uvuhaV{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-uyrulf{
font-family:var(--cms-g-pfdin);
color:var(--brand-color-primary);
text-align:start;
}

.phw-g-i-v04QCI{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-white);
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
text-align:center;
}

.phw-g-i-H8b6wY:hover .phw-g-i-v04QCI{
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-v1kZiz{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-v1mOuU{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-v2zjU6{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
text-align:left;
background-color:transparent;
}

.phw-g-i-v493ni{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-v4oCFy{
}

.phw-g-i-v5HaJm{
}
.phw-g-i-v5HaJm img{
object-fit:contain;
}

.phw-g-i-v5VIqT{
}

.phw-g-i-v5W0PK{
}

.phw-g-i-v5sdML{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-ICplfx:hover .phw-g-i-v5sdML{
aspect-ratio:1/1;
object-fit:contain;
}

.phw-g-i-v6Rjjo{
}

.phw-g-i-v7ClKT{
background-color:var(--phw-custom-grey_bg_40-oppacity);
border-top-left-radius:5%;
border-bottom-left-radius:5%;
border-top-right-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-v7ClKT:hover{
border-top-left-radius:5%;
border-top-right-radius:5%;
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-vBgtjZ{
}

.phw-g-i-vCPqmG{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-vDMofI{
}

.phw-g-i-vEDLhJ{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-vEL11Z{
background-color:var(--phw-custom-white);
}

.phw-g-i-X9PCzs:hover .phw-g-i-vEL11Z{
background-color:var(--brand-color-primary);
}

.phw-g-i-vEXFDw{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-vEf3Ab{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-vF3ftJ{
background-color:transparent;
padding:0;
box-shadow:none;
color:var(--phw-custom-dark-color-light4a4a4a);
font-weight:400;
text-decoration:none;
border-color:transparent;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-vF3ftJ:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-vFH3yL{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-vFwV5f{
}

.phw-g-i-vG8OxT{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
font-size:16px;
line-height:1.4;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-inline-start:32px;
padding-inline-end:32px;
background-color:var(--input-bg);
font-weight:var(--input-font-weight);
outline:none;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-vG8OxT:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-vG8OxT.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-vG8OxT:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-vGMMxn{
}

.phw-g-i-vGP3CC{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--brand-color-primary);
font-weight:400;
}

.phw-g-i-vGSF8I{
border-style:none;
border-color:var(--phw-custom-whiteborderffffff);
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
border-width:1px;
}

.phw-g-i-vGacLO{
aspect-ratio:16/9;
object-fit:contain;
}

.phw-g-i-vGhRbO{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vI1MeD{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-vJ60ye{
}

.phw-g-i-vJiW9I{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Apprenticeships-1724163036059.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-vKCaCu{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-vLofw7{
}

.phw-g-i-vM8XiU{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-vMAdA1{
}

.phw-g-i-vMXOk7{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Parcel_Delivery_Driver_Option_1-1748531600985.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-vMbq9k{
}

.phw-g-i-vNC8ZM{
}

.phw-g-i-vOuZtk{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-vOuZtk{
}

.phw-g-i-vPGwLD{
}

.phw-g-i-vPJsOg{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:var(--input-v-padding-lg);
padding-inline-start:var(--input-v-padding-lg);
font-weight:var(--input-font-weight);
font-size:var(--input-font-size-lg);
background-color:var(--input-bg);
outline:none;
height:var(--input-height-lg);
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:var(--input-line-height-lg);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-vPJsOg:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-vPJsOg.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-vPJsOg:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-vPJsOg::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-vPJsOg:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-vPJsOg::-moz-placeholder{
font-size:16px;
}
.phw-g-i-vPJsOg::placeholder{
font-size:16px;
}

.phw-g-i-vPppRw{
padding-bottom:calc(var(--pu-space)*3.75);
}

.phw-g-i-vQCyZe{
}

.phw-g-i-vQlBsC{
}

.phw-g-i-vREB66{
}

.phw-g-i-vRFXjI{
}

.phw-g-i-vT6Rd1{
}
.phw-g-i-vT6Rd1 img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-vUb3qA{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-vW50eJ{
}

.phw-g-i-vW5M8p{
font-weight:400;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-primarylighte63338);
}

.phw-g-i-vW77Hv{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-vWDxZE{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-vZxDsd{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-vc2cQW{
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-2.5);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-vcwsDk{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:700;
}

.phw-g-i-veW9tY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-vgZSQ4{
font-weight:400;
text-decoration:none;
height:var(--btn-height);
color:var(--white);
background-color:transparent;
border-color:transparent;
padding:0;
min-height:auto;
box-shadow:none;
border-width:0;
}

.phw-g-i-vgZSQ4:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-vhUZEX{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Microsite_Mail_Sorters-1748614809900.jpg);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
}

.phw-g-i-vhwdVR{
padding-bottom:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
}

.phw-g-i-vjI5Ua{
}

.phw-g-i-vjKZyP{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-vjPcOZ{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-vjSwdU{
}

.phw-g-i-vjXYCa{
}
.phw-g-i-vjXYCa img{
object-fit:cover ;
}

.phw-g-i-vjcq0R{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-vjpZoB{
font-size:30px;
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-vmnKa5{
font-weight:700;
font-family:var(--cms-g-pfdin);
}

.phw-g-i-vnIqSo{
background-image:none;
background-color:var(--phw-custom-grey_bg_40-oppacity);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}

.phw-g-i-vnkDyc{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-vnkDyc{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-voZezH{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vq8WQK{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-vqkZJU{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vqyR5J{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-vr6ijK{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-vr6ijK{
background-color:var(--brand-color-primary);
}

.phw-g-i-vsdLYD{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vsluJj{
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-vsxila{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-vtUmGT{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-ICplfx:hover .phw-g-i-vtoATo{
color:var(--white);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-vtoATo{
}

.phw-g-i-vu1vPb{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-vuMHkc{
}

.phw-g-i-vuajcz{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}

.phw-g-i-vvykU0{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vw7GWT{
}
.phw-g-i-vw7GWT img{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-vwHwCC{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-vzhLJp{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/HR-1732109752973.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-vznIIu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Lorry_landscape_banner-1736159842063.png);
background-color:none;
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}

.phw-g-i-w6Mtre{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-w7Yn2K{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-F5OX2F:hover .phw-g-i-w7Yn2K{
object-fit:fill;
}

.phw-g-i-w7yuM7{
}

.phw-g-i-w863l7{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-w8ShhQ{
}

.phw-g-i-w9U19v{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-wBlF3f{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-wCD0SK{
}

.phw-g-i-wCdQXB{
color:var(--body-color);
}

.phw-g-i-wD5Xpx{
}

.phw-g-i-wDONQx{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-wFdIAN{
}

.phw-g-i-wGN9Ks{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-wHamTz{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-wIqUqX{
}

.phw-g-i-wJzXOu{
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-bg_primary_type2da202a);
color:var(--white);
}

.phw-g-i-wK4YjN{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-wKuGq7{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-wLHOjz{
font-size:var(--phw-g-widget-title-font-size);
line-height:1.16;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-wLNoyc{
}

.phw-g-i-wP3bOl{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-2.5);
}

.phw-g-i-wPFPMV{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:center;
}

.phw-g-i-wRRS5F{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--body-color);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-wRWKEH{
}

.phw-g-i-wS3guJ{
}

.phw-g-i-wSRHHb{
}

.phw-g-i-wTfbKz:hover{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-wTfbKz{
}

.phw-g-i-wUeLUp{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-wVDbur{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-wVDbur:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-wVDbur.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-wVDbur:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-wVDbur::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-wVDbur:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-wVDbur::-moz-placeholder{
font-size:16px;
}
.phw-g-i-wVDbur::placeholder{
font-size:16px;
}

.phw-g-i-wVDqx8{
font-size:50px;
line-height:1.25;
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
text-align:start;
}

.phw-g-i-wW2nXP{
}

.phw-g-i-wWz2un:hover{
color:var(--white);
}

.phw-g-i-wWz2un{
}

.phw-g-i-wXTXAQ{
font-weight:700;
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-wXcp6o{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-waS392{
}

.phw-g-i-wcZmO4{
font-family:var(--cms-g-pfdin);
height:400px;
}

.phw-g-i-wcyuKN{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-wdA6TY{
font-size:20px;
line-height:var(--paragraph-line-height-1);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-wdeSvx{
background-color:var(--phw-custom-white);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-X9PCzs:hover .phw-g-i-wdeSvx{
background-color:var(--brand-color-primary);
}

.phw-g-i-we1XW5{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
text-align:start;
}

.phw-g-i-weQ505{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-weQ505{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}

.phw-g-i-weirTs{
font-weight:700;
}

.phw-g-i-wf0KkB{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-witlVT{
}

.phw-g-i-wj1hSO{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
margin-inline-start:calc(var(--mu-space)*-2.5);
margin-inline-end:calc(var(--mu-space)*-2.5);
}

.phw-g-i-wj7sZh{
}

.phw-g-i-wk2Ujh{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-wk2Ujh{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-pink_bgf4aebaff);
text-align:center;
}

.phw-g-i-wk6r09{
font-family:var(--cms-g-pfdin);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-wkTMDn{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-wldNFT{
}

.phw-g-i-wmQ24x{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-wma4Sk{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-wn6NxD{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}

.phw-g-i-wolnls{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-wqTq8L{
background-color:var(--phw-custom-white);
}

.phw-g-i-wt4bjk{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-wtvUEM{
}

.phw-g-i-wuK1YL{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:700;
font-style:normal;
}

.phw-g-i-wuN6ZM{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-wvGVEy{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-wvVtU3{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-ww12xb{
background-color:var(--phw-custom-white);
}

.phw-g-i-wxHreg{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-wyo4NY{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_1-1733246449474.png);
background-size:cover;
background-repeat:no-repeat;
background-position:100% 50%;
background-color:none;
box-shadow:var(--box-shadow-style-3);
}

.phw-g-i-wzRBWa{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-JmHDwk:hover .phw-g-i-wzRBWa{
}

.phw-g-i-wzvo6s{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-x0L7WZ{
}

.phw-g-i-x0mqbb{
}

.phw-g-i-x0oclt{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-x1Enaz{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-x1jDf1{
margin-inline-start:calc(var(--mu-space)*3.75);
}

.phw-g-i-x1rUnW{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-x2BaIG{
padding-top:calc(var(--pu-space)*0);
box-shadow:none;
}

.phw-g-i-x2zofA{
}

.phw-g-i-x37XXy{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Finance_and_Procurement-1732109933956.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-x3EzYy{
}

.phw-g-i-x3eEfo{
background-color:var(--brand-color-primary);
}

.phw-g-i-x5P7KR{
color:var(--white);
}

.phw-g-i-x5P7KR:hover{
font-family:var(--cms-g-pfdin);
color:var(--white);
font-weight:400;
text-decoration:none;
}

.phw-g-i-x5nfkb{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-x5nfkb{
}

.phw-g-i-x5wjmx{
background-color:var(--brand-color-primary);
}

.phw-g-i-x6POwk{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-x6TWMW{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-x6Wig7{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
font-family:var(--cms-g-pfdin);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-Bycu8n:hover .phw-g-i-x6Wig7{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--brand-color-primary);
}

.phw-g-i-2FYmJu:hover .phw-g-i-x6Wig7{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--brand-color-primary);
}

.phw-g-i-x98Kt2{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-xB3U8X{
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-xBO8pe{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-xBZlHn{
}

.phw-g-i-xBl3Zf{
border-bottom-left-radius:5%;
font-size:16px;
border-bottom-right-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-eIGG7Y:hover .phw-g-i-xBl3Zf{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-xDMqPl{
}

.phw-g-i-xE3LOd{
}

.phw-g-i-xEXjsZ{
font-weight:700;
font-size:34px;
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-xEXjsZ{
font-weight:400;
font-size:34px;
color:var(--white);
}

.phw-g-i-xGqgcr{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-xHIfby{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/HeadOffice_woman_banner-1734523121919.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-xJFbKP{
font-size:var(--phw-g-cards-title-font-size);
line-height:var(--line-height-3);
color:var(--brand-color-primary);
font-weight:400;
}

.phw-g-i-xK9IBP{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-xKBezm{
font-family:var(--cms-g-pfdin);
box-shadow:var(--box-shadow-style-2);
}

.phw-g-i-xKP14N{
font-weight:700;
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-xKP14N{
}

.phw-g-i-xL1BE5{
padding-top:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xN4oWT{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-xNvzgX{
font-size:var(--phw-g-regular-text-font-size);
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-xPMN9K{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xREdAr{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-xREdAr{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-xTFbmO{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
margin-inline-end:calc(var(--mu-space)*-8.75);
margin-inline-start:calc(var(--mu-space)*-8.75);
}

.phw-g-i-xUsObk{
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-xW2gkt:hover{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-xW2gkt{
}

.phw-g-i-xW64YB{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/03d26ecc-a0f3-4cf8-8648-b-1724169057372.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-xWs6D5{
}

.phw-g-i-xXZBy0{
}

.phw-g-i-xY2uYk{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-xYopXp{
}

.phw-g-i-xZWzWq{
border-color:var(--brand-color-secondary);
padding-top:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-xZq7Oj{
height:50px;
}

.phw-g-i-xa1oLh{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-xam3qU{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xbJOb6{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-xbfJcY{
}

.phw-g-i-xc955E{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-xcPD5O{
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-xcxcft{
font-size:var(--phw-g-small-text-font-size);
line-height:1.5;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-xfnx2U{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-xg0Pgc{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-xgmKLV{
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*3.75);
padding-inline-start:calc(var(--pu-space)*3.75);
padding-bottom:calc(var(--pu-space)*6.25);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-xiwj8g{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-xjaNgr{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xjsR6b{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_go-green-contrast008a00ff);
}

.phw-g-i-xkJonr{
background-color:var(--phw-custom-white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-rQcHXj:hover .phw-g-i-xkJonr{
background-color:var(--brand-color-primary);
}

.phw-g-i-xkigRf{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xkzEOJ{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/drivers-1732109146547.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-xl77HO{
}

.phw-g-i-xlHbIQ{
}

.phw-g-i-xli3z8{
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-xpKu1O{
}

.phw-g-i-xpMsNs{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
font-family:var(--cms-g-rmfirstclass);
border-color:var(--brand-color-primary);
color:var(--white);
border-style:none;
}

.phw-g-i-dZPwB1:hover .phw-g-i-xpMsNs{
color:var(--body-color);
background-color:var(--phw-custom-pink_bgf4aebaff);
border-color:transparent;
border-style:hidden;
font-weight:700;
text-align:center;
}

.phw-g-i-xtqJpl{
aspect-ratio:3/2;
object-fit:contain;
}

.phw-g-i-xurj9D{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-i-xuzi7K{
font-size:16px;
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
padding-top:calc(var(--pu-space)*2.5);
padding-bottom:calc(var(--pu-space)*2.5);
}

.phw-g-i-xxHl8r{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-xzwUWG{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-y0K7SP{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-roboto);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-y1SPfn{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-y1yTbW{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-rmfirstclass);
font-weight:300;
}

.phw-g-i-y2Y9FE{
}

.phw-g-i-y2kNf2{
}

.phw-g-i-y2qtxq{
}

.phw-g-i-y34ppO{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-y3IIuF{
}

.phw-g-i-y3SLub{
}

.phw-g-i-y3xd3C{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-y4kPl7{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-1S8Izg:hover .phw-g-i-y4kPl7{
}

.phw-g-i-y56IqN{
font-size:40px;
line-height:1.25;
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-y5dWoY{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-y63Coa{
color:var(--brand-color-primary);
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-y7yP3J{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/drivers-1732109531971.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-y8WFbu{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-y9H17C{
aspect-ratio:1/1;
object-fit:cover;
}

.phw-g-i-yA2yPG{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-yAMQKW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-yAfb3D{
}

.phw-g-i-yB7jwJ{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-yBkoDm{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
text-transform:none;
}

.phw-g-i-yC2xtc{
}

.phw-g-i-yCZIVp{
line-height:var(--paragraph-line-height-3);
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-yEVX7o{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-yEgFhA{
}

.phw-g-i-yFsvhG{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:300;
}

.phw-g-i-yGdhjm{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-yGdm2W{
}

.phw-g-i-yGisk0{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-yHK9D6{
object-fit:cover;
aspect-ratio:4/3;
margin-top:calc(var(--mu-space)*6.875);
}

.phw-g-i-yHmJbA{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-yKKJCP{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-yLH6oZ{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-yN0b5l{
font-weight:400;
text-decoration:none;
height:var(--btn-height);
color:var(--white);
background-color:transparent;
border-color:transparent;
padding:0;
min-height:auto;
box-shadow:none;
border-width:0;
font-family:var(--cms-g-rmfirstclass);
}

.phw-g-i-yN0b5l:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-i-yO1AIL{
}

.phw-g-i-yPwrkt{
}

.phw-g-i-yQ3ocY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-yQYVL5{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
background-color:var(--phw-custom-white);
color:var(--phw-custom-darkgrey404044);
font-weight:400;
font-size:var(--phw-g-small-text-font-size);
font-family:var(--cms-g-pfdin);
text-align:center;
}

.phw-g-i-Lh3dpN:hover .phw-g-i-yQYVL5{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
color:var(--white);
font-weight:700;
}

.phw-g-i-yRV83I{
}

.phw-g-i-yRnAh1{
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-secondary_bg404044);
}

.phw-g-i-ySOI4Z{
}

.phw-g-i-yTJwyf{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-0VGSah:hover .phw-g-i-yTevO5{
font-weight:700;
font-size:30px;
}

.phw-g-i-yTevO5{
}

.phw-g-i-yTqGVS{
background-color:var(--phw-custom-white);
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
color:var(--phw-custom-warm-redb70d12ff);
text-decoration:overline;
}

.phw-g-i-H8b6wY:hover .phw-g-i-yTqGVS{
color:var(--phw-custom-warm-redb70d12ff);
text-transform:uppercase;
background-color:var(--phw-custom-pink_bgf4aebaff);
opacity:60;
text-shadow:0px 0px 0px rgba(244, 174, 186, 1);
}

.phw-g-i-yWmTQT{
}

.phw-g-i-yX1X3R{
}

.phw-g-i-yX5rNt{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduates_women_banner-1734523560222.jpg);
background-size:contain;
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-yYSUYV{
aspect-ratio:4/3;
object-fit:contain;
}

.phw-g-i-yYgVVR{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-bg_positive-blue0892cbff);
background-size:cover;
}

.phw-g-i-yYwuTq{
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-ya0UKW{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-yak9zF{
background-color:var(--phw-custom-secondary_bg404044);
}

.phw-g-i-ybAEyl{
background-color:var(--phw-custom-white);
}

.phw-g-i-ycWQyg{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-ycZ9hM{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-ydjv47{
color:var(--phw-custom-go-green62a531ff);
}

.phw-g-i-yeJMAW{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-yh1ymx{
background-color:var(--phw-custom-pink_bg_40-oppacity);
color:var(--white);
}

.phw-g-i-yhy6Pa{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-yiB42P{
font-family:var(--cms-g-pfdin);
}

.phw-g-i-ykDCdO{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-Uo892P:hover .phw-g-i-ykDCdO{
}

.phw-g-i-ylEvZe{
}

.phw-g-i-ynUsbb{
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-yo5EUZ{
font-weight:300;
font-size:16px;
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-yoyjdM{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-ypPCLp{
}

.phw-g-i-yqSP2S{
font-weight:400;
font-size:var(--phw-g-large-text-font-size);
color:var(--white);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-Uo892P:hover .phw-g-i-yqSP2S{
font-size:var(--phw-g-cards-title-font-size);
}

.phw-g-i-yqzGot{
aspect-ratio:16/9;
object-fit:cover;
}

.phw-g-i-yr16hW{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-yrXERp{
font-size:20px;
line-height:var(--paragraph-line-height-2);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ys93aB{
font-size:30px;
line-height:var(--heading-line-height-3);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-ysF1Xc{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-yucfOk{
font-weight:400;
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-yy5N68{
}

.phw-g-i-yzFfFi{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}

.phw-g-i-yzdZyY{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-z0GU2W{
padding-bottom:calc(var(--pu-space)*5);
}

.phw-g-i-z1NDqi{
}

.phw-g-i-4MFepK:hover .phw-g-i-z1NDqi{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-tNyJP5:hover .phw-g-i-z1NDqi{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-z7rCIH{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:400;
}

.phw-g-i-z8PzRY{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-white);
}

.phw-g-i-z9aPsp{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-6.25);
margin-inline-end:calc(var(--mu-space)*-6.25);
}

.phw-g-i-zAQNsM{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-zBAbmw{
font-family:var(--cms-g-pfdin);
text-align:center;
font-size:var(--phw-g-button-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-zCfnOI{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}

.phw-g-i-zDgKDt{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/Finance_and_Procurement-1732109933956.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.phw-g-i-zDhO4e{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
background-color:transparent;
padding:0;
box-shadow:none;
text-decoration:none;
min-height:auto;
border-width:0;
height:var(--btn-height);
}

.phw-g-i-zDhO4e:hover{
font-family:var(--cms-g-rmfirstclass);
color:var(--white);
text-decoration:underline;
}

.phw-g-i-zDhO4e:focus{
outline-style:none;
}

.phw-g-i-zEh33W{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-cards-title-font-size);
font-weight:700;
}

.phw-g-i-zFhnuI{
font-size:20px;
}

.phw-g-i-zGanJs{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-zHlfdx{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Graduate_banner-1734524416621.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
}

.phw-g-i-zJhrwX{
background:url('https://assets-qa.phenompro.com/CareerConnectResources/qa1/GLOBAL/images/join-talent-community-1625659637128.jpg');
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Projectsandchange_banner-1735922677985.png);
background-size:cover;
background-repeat:no-repeat;
background-position:0% 50%;
}

.phw-g-i-zL6OZP{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-zMKDXG{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-zNcQZ8{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-zO9FwG{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-zOw6tc{
}

.phw-g-i-zQn5tk{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-3);
font-family:var(--cms-g-pfdin);
color:var(--text-dark);
font-weight:300;
}

.phw-g-i-EPcDc9:hover .phw-g-i-zQn5tk{
font-size:var(--phw-g-small-text-font-size);
}

.phw-g-i-zRlA95{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-zT3YZD{
object-fit:cover;
max-width:none;
min-height:0px;
min-width:0px;
max-height:none;
aspect-ratio:4/3;
}

.phw-g-i-zTPGXc{
}

.phw-g-i-zVlbXh{
}

.phw-g-i-zW51gP{
}

.phw-g-i-zWFmq7{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-zWeGuT{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-zWt2iN{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-zXMAry{
fill:var(--phw-custom-icon_black000000);
}

.phw-g-i-zYFPum{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--text-dark);
margin-top:calc(var(--mu-space) * 3);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-zZJXXD{
}

.phw-g-i-zZflrM{
border-top-left-radius:10%;
border-top-right-radius:10%;
border-bottom-left-radius:10%;
border-bottom-right-radius:10%;
}

.phw-g-i-zZflrM:hover{
border-bottom-left-radius:5%;
border-bottom-right-radius:5%;
}

.phw-g-i-zaeeVY{
}

.phw-g-i-zbfGrT{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
font-style:normal;
}

.phw-g-i-zcIYGi{
font-weight:300;
font-size:40px;
line-height:1.25;
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
}

.phw-g-i-zcJRZ5{
background:none;
background-image:none;
}

.phw-g-i-zcy7CL{
font-size:var(--phw-g-small-text-font-size);
line-height:var(--paragraph-line-height-2);
color:var(--text-dark);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-zekE29{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--phw-custom-black2a2a2dff);
}

.phw-g-i-zfGdtp{
color:var(--phw-custom-darkgrey404044);
}

.phw-g-i-X9PCzs:hover .phw-g-i-zfGdtp{
color:var(--white);
}

.phw-g-i-zfPWSV{
font-family:var(--cms-g-roboto);
border-bottom-left-radius:5%;
font-size:16px;
border-bottom-right-radius:5%;
color:var(--phw-custom-darkgrey404044);
font-weight:400;
}

.phw-g-i-eIGG7Y:hover .phw-g-i-zfPWSV{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}

.phw-g-i-zfbvRH{
padding-top:calc(var(--pu-space)*0);
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-i-zfnFdU{
background-color:var(--phw-custom-warm-red_bgb70d12ff);
color:var(--white);
font-weight:400;
font-size:40px;
font-family:var(--cms-g-rmfirstclass);
border-color:transparent;
text-align:center;
}

.phw-g-i-dZPwB1:hover .phw-g-i-zfnFdU{
font-weight:700;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--phw-custom-bg_primary_type2da202a);
text-align:center;
border-bottom-left-radius:calc(var(--border-radius-base)*0.625);
border-bottom-right-radius:calc(var(--border-radius-base)*0.625);
font-size:32px;
}

.phw-g-i-Bycu8n:hover .phw-g-i-zhB3ZI{
}

.phw-g-i-zhB3ZI{
}

.phw-g-i-2FYmJu:hover .phw-g-i-zhB3ZI{
}

.phw-g-i-zhwd8w{
background:none;
background-image:none;
}

.phw-g-i-6BIedB:hover .phw-g-i-zhwd8w{
color:var(--white);
}

.phw-g-i-ziy9PG{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-pfdin);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
}

.phw-g-i-zjUkrQ{
}

.phw-g-i-zjyAzz{
}

.phw-g-i-zkeSfb{
}

.phw-g-i-zkef5B{
border-top-left-radius:calc(var(--border-radius-base)*6.25);
border-top-right-radius:calc(var(--border-radius-base)*6.25);
border-bottom-left-radius:calc(var(--border-radius-base)*6.25);
border-bottom-right-radius:calc(var(--border-radius-base)*6.25);
background-color:var(--phw-custom-white);
}

.phw-g-i-zlJx1B{
aspect-ratio:4/3;
object-fit:cover;
}

.phw-g-i-zmOTfS{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
background-color:transparent;
box-shadow:none;
}

.phw-g-i-zp8TdI{
color:var(--body-color);
}

.phw-g-i-zpyzUE{
border-width:1px;
border-color:var(--input-stroke);
border-style:solid;
border-top-left-radius:calc(var(--input-border-radius)*0);
border-top-right-radius:calc(var(--input-border-radius)*0);
border-bottom-left-radius:calc(var(--input-border-radius)*0);
border-bottom-right-radius:calc(var(--input-border-radius)*0);
padding-inline-end:32px;
padding-inline-start:32px;
font-weight:var(--input-font-weight);
font-size:16px;
background-color:var(--input-bg);
outline:none;
height:64px;
padding-top:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
padding-bottom:calc(((var(--input-height-lg) - var(--input-line-height-lg)) - (var(--input-border-width) * 2)) / 2);
line-height:1.4;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-g-i-zpyzUE:focus{
border-color:var(--input-stroke-focus);
box-shadow:var(--input-box-shadow-focus);
}

.phw-g-i-zpyzUE.disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}
.phw-g-i-zpyzUE:disabled{
background-color:var(--input-disabled-bg);
opacity:1;
pointer-events:none;
}

.phw-g-i-zpyzUE::-webkit-input-placeholder{
font-size:16px;
}
.phw-g-i-zpyzUE:-ms-input-placeholder{
font-size:16px;
}
.phw-g-i-zpyzUE::-moz-placeholder{
font-size:16px;
}
.phw-g-i-zpyzUE::placeholder{
font-size:16px;
}

.phw-g-i-zqDkR7{
}

.phw-g-i-zqd2pU{
}

.phw-g-i-zs32Uz{
background-color:var(--widget-bg-gray-color);
}

.phw-g-i-zsJGjj{
font-size:20px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-i-zsgS9f{
color:var(--phw-custom-warm-redb70d12ff);
text-align:center;
}

.phw-g-i-HA920a:hover .phw-g-i-zsgS9f{
text-transform:uppercase;
}

.phw-g-i-zth5Ms{
}

.phw-g-i-zu4iEn{
aspect-ratio:3/2;
object-fit:cover;
}

.phw-g-i-zuMD5b{
}

.phw-g-i-zuzQzM{
}

.phw-g-i-zvX606{
background:none;
background-image:none;
}

.phw-g-i-zvey78{
}

.phw-g-i-zvsHWi{
padding-top:calc(var(--pu-space)*10);
padding-bottom:calc(var(--pu-space)*10);
}

.phw-g-i-zycy8b{
}

.phw-g-i-zyfdnw{
}

.phw-g-i-zz0YuA{
font-size:20px;
line-height:var(--paragraph-line-height-1);
color:var(--phw-custom-darkgrey404044);
font-family:var(--cms-g-pfdin);
font-weight:300;
margin-top:calc(var(--mu-space) * 3);
}

.phw-g-i-zz5V4A{
font-size:var(--phw-g-regular-text-font-size);
text-align:start;
}

.phw-g-i-kG7EXb:hover .phw-g-i-zz5V4A{
font-size:var(--phw-g-regular-text-font-size);
color:var(--white);
}

.phw-g-i-zzbrtE{
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-regular-text-font-size);
}

.phw-g-i-zzt2Bi{
}

.phw-g-icondark{
fill:var(--phw-custom-icondark595959);
}

.phw-g-iconprimary{
}

.phw-g-iconstar{
}

.phw-g-jdfyf{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--brand-color-secondary);
border-style:none;
border-color:transparent;
border-width:0px;
}

.phw-g-jdsavedefault{
font-weight:400;
color:var(--brand-color-primary);
font-family:var(--cms-g-pfdin);
border-style:solid;
border-color:transparent;
border-top-left-radius:calc(var(--border-radius-base)*0.25);
border-top-right-radius:calc(var(--border-radius-base)*0.25);
border-bottom-left-radius:calc(var(--border-radius-base)*0.25);
border-bottom-right-radius:calc(var(--border-radius-base)*0.25);
border-width:0px;
}

.phw-g-jdsavedefault:hover{
}

.phw-g-jdsavedefault:active{
border-color:transparent;
}

.phw-g-logosize{
height:36px;
width:100px;
}

.phw-g-menu-list-link:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
text-decoration:underline;
}

.phw-g-menu-sub-list:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-menulist{
padding-inline-start:calc(var(--pu-space)*2.25);
padding-top:calc(var(--pu-space)*0.5);
padding-inline-end:calc(var(--pu-space)*2.25);
padding-bottom:calc(var(--pu-space)*1);
color:var(--phw-custom-dark-color-light4a4a4a);
font-family:var(--cms-g-roboto);
font-weight:500;
font-size:16px;
}

.phw-g-menulist-btn{
color:var(--phw-custom-dark-color-light4a4a4a);
font-weight:500;
border-style:none;
border-top-left-radius:calc(var(--border-radius-base)*0);
border-top-right-radius:calc(var(--border-radius-base)*0);
border-bottom-left-radius:calc(var(--border-radius-base)*0);
border-bottom-right-radius:calc(var(--border-radius-base)*0);
line-height:1.2;
font-size:16px;
}

.phw-g-menulist-btn:hover{
color:var(--phw-custom-dark-color-light6e6e6e);
}

.phw-g-no-padding{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}

.phw-g-noborderevent{
border-style:none;
}

.phw-g-noborders{
border-style:hidden;
border-width:0px;
}

.phw-g-p-default-dark{
font-size:20px;
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-p-default-light{
font-size:24px;
}

.phw-g-p-large-dark{
font-size:30px;
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-p-large-secondary{
font-size:24px;
}

.phw-g-p-widget-subheading-style-1{
font-size:20px;
color:var(--text-dark);
font-family:var(--cms-g-roboto);
font-weight:300;
}

.phw-g-padding-zero-with-background{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
background-color:var(--brand-color-primary);
}

.phw-g-paddingtopbottom15{
padding-top:calc(var(--pu-space)*1.5);
padding-bottom:calc(var(--pu-space)*1.5);
}

.phw-g-regular-757575-secondary{
font-size:16px;
font-family:var(--cms-g-roboto);
font-weight:400;
line-height:var(--paragraph-line-height-2);
color:var(--placeholder-text-color-1);
}

.phw-g-regular-paragraph-text-dark-light{
font-size:16px;
line-height:var(--paragraph-line-height-2);
color:var(--phw-custom-dark-color-light4a4a4a);
font-family:var(--cms-g-roboto);
font-weight:400;
margin-bottom:calc(var(--mu-space)*2);
}

.phw-g-savedjobsbtn{
line-height:1.2;
font-weight:500;
color:var(--phw-custom-dark-color-light4a4a4a);
border-style:none;
border-top-left-radius:calc(var(--border-radius-base)*0);
border-top-right-radius:calc(var(--border-radius-base)*0);
border-bottom-left-radius:calc(var(--border-radius-base)*0);
border-bottom-right-radius:calc(var(--border-radius-base)*0);
padding-inline-start:0px;
padding-inline-end:0px;
}

.phw-g-savedjobsbtn:hover{
color:var(--secondary-text);
}

.phw-g-search-results-hero-bg{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/pp/RMGRMGGB/images/1685540758397_search-results-banner-1549547782827.jpg);
background-size:cover;
background-repeat:no-repeat;
}

.phw-g-small-text-secondary-italic{
color:var(--secondary-text);
font-style:italic;
font-size:14px;
font-family:var(--cms-g-roboto);
font-weight:400;
}

.phw-g-text-default-dark{
font-family:var(--cms-g-pfdin);
font-weight:300;
}

.phw-g-text-default-semibold-dark{
font-family:var(--cms-g-pfdin);
font-size:16px;
line-height:var(--paragraph-line-height-2);
font-weight:400;
color:var(--text-dark);
}

.phw-g-text-field-style-1{
}

.phw-overlay-primary::before{
background-color:#0094E3;
opacity:0.3;
}

.phw-overlay-test-overlay::before{
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0Cu619{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0DoDRn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0Hqk2I{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0IdkFa{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0KGQul{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0MEUjD{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0NRUIC{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
object-fit:contain;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0REAnn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0TDlAx{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0VYlnx{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0Y47wZ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0b9FN6{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0mLLow{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0sQxGC{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0yqEl5{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0ywClw{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-172ePY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1IAvHc{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1MHWHh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1S2jxT{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1SdsOl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1ZSRYG{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1jOFrw{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1p3heT{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1pynIL{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1wnDGA{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-20VTG0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-23EtrB{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-240vK6{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2G4Uwn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2GUoSA{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2JSxeR{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2XRB1f{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2ZgKKh{
font-size:var(--font-size-15);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2q0Bgq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3ABIzb{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3GyG1w{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3a4mL1{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3c1jao{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3jEqLq{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3kASfP{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3n8t4w{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3pTBns{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3yyViL{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-47VwDM{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-48tVjX{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4FmChq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4MMS2V{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4PKwAt{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4RqVik{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4huxF5{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4jUq51{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4nabY4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4ziewk{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4zsJOY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5CqS6R{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5Csagu{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5OrZhT{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5SzQGU{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5WbsEb{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5X1roe{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5ayWev{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5eEgfI{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5ewhNc{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5htywv{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5wQPFY{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-62zcS2{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6BbVVY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6FuIWz{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6KT16Z{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6VDwaF{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6Z2NDu{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6c1rqh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6d51FI{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6mWYoa{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6na7ZZ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6oloqf{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6tMAaH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6yAdDh{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6yTvtN{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-70EvuD{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-73AfCl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7C930l{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7c4MEE{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7wEnz0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8Am6ZI{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8BFJ0u{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8BSHY8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8Trzgc{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8WwBNn{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8YIB27{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8bBzgP{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8jLH3M{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8vdSZv{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-90P5kA{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-91DbrU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-91EfDB{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-92U29W{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-93CuL5{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-986XZh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9LN7DZ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9O5uzk{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9WqGzY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9ZYBTW{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9bLw4I{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9iMktb{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9ukYUM{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-A2TZMG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ADdHTd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AN7HVy{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AXFws3{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AYBYhp{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ApnKeQ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-B25Jmm{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-B35gpa{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-B48Bb1{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BDmTpz{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BNZ9jd{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BU2w5n{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BXNXxx{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BnYrop{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Bo7FvS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BwpmiB{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CAbTjR{
font-size:var(--phw-g-hero-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CMQoFC{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CQJlZ7{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CT1BuF{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CTaWxH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CpvPBt{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CrOA0Y{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CzRQtN{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DEH5JR{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DH4N0d{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DOotgJ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DTRy1M{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DUazM4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DVOEou{
background-color:var(--phw-custom-white);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DXHnSJ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Dk2SVK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DnfLNz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DtmAVb{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-E688RS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EH50Gm{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ELgegc{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EQqLnV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EfYuqC{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EhLP4a{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EltE1B{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Em4Cmr{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EoJ9WC{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Etfzqy{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-F4bTDE{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FON9BI{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Fh8PHi{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FiAu7a{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FjLOWQ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Fomrmd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FsU0yP{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-G77AYr{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GRPZMz{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GZjTk7{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GgleEX{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GlUUjP{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GnJbkW{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GwVAAN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GxSBvX{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GyE1Gg{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-H6giRG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HCeSlU{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HCfU3m{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HFwwzb{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HHqO7R{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HZyjyx{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-text-colors4e4e4e);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HeNOND{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-I5gaj5{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-I8ZKEd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-IK9QJG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-IUq8dY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-J2bjVi{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-J5WFFu{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-J8ECbT{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JSl6JE{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JeC3Tl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JnZeh2{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JslIgk{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JtzaLG{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-K0zUGF{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-K6HxFr{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KDwn3j{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KQQK7N{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KeuUSW{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Kn2g65{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LEU3Hu{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LM7Btt{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LNAbvO{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LfHC1Y{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LhYHjA{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LkdFhQ{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LknEjU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LsEYMY{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LupVgv{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LxMbmS{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-M0VS16{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MDf5eN{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MQq3Uz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MTpZ2s{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MTx4v2{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MU7y9Q{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MYObAS{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-McexAq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MdAQeh{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MdYh4f{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MwY63J{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NDAWK0{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NFH5Uk{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NTAwNe{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NYTKId{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Nn07jC{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NsgmHK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Nxc7b3{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-O6xgLq{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OGu74T{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OJ7Cip{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OLx5Lo{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ONlSoP{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Obupdq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OftGE6{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OrileR{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-P6S54O{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PHjwO0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PLhpHn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PQK3KG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PUm1tS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PhkFHt{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PsnpYi{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PwSOU0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PzCtg8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Q96s3i{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QIH1ve{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QJ5Vk8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QO8Xhr{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QQtWww{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QUNHu4{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QfczPY{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Qnuqzl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QzUMSA{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RBG2np{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RQmwQR{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ra6YEF{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RoLVYt{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-S6I6Mb{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-S7WVjB{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SAjPBd{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SEsp7B{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SGiXC9{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SGsRxi{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SJgQKh{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SJl91e{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SUy83f{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SiWNmk{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SoursS{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Sy6OUl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-T4iNlO{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TCdlTZ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TCedsD{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TLx3gn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TbIBaK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Tc8AgS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TdzlxV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TgtKTV{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ToAmpX{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TpZly0{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-U7LpB4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UAk6EX{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UCOslL{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UDwCtr{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UK7zkc{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ULfaDi{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UPDOrq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UV2oPZ{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UZTH3T{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UiVN37{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UqQ5VE{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UvIkwQ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UzVtIA{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-V8Nfbd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VH3yAQ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VPro6i{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VR6gcM{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VUMIKl{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VX7eh4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ve1mcb{
font-size:var(--font-size-15);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VgcFvQ{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VjSEcK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VuURGZ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VyNSdN{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VzaN2Y{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-W3C1P8{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-W7rfIu{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WMIBd0{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WWyPG8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WYSige{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WySdKB{
font-size:var(--font-size-15);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WycBi0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-X22IzM{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-X9qoWV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XFlhwq{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XMJOlV{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XNaDRu{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XrI8zg{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Y2ZKkn{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Y5SMWe{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Y6XDQM{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YAL413{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YG0KAw{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YIAdQv{
font-size:var(--phw-g-hero-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YMrjjT{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YSJZKC{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YXJ4IK{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z0KjQz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z5HRfy{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z8eboV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z90POw{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZAK55F{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZFoMPo{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZXgLYd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZZ67Qd{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-a7cPjp{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aC2qjs{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aEmXkN{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aSLiai{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aV7jIN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aWL3nl{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aZynE3{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aoFkBg{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-auGNlc{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bFVtmz{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bNEKsk{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bSUCeh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bYntLB{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bijNoy{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bjYarU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bkCebZ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cETxhO{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cFxSTM{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cHp5Px{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cIABGm{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cIP99D{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cJ9Gs9{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cYdjU7{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-clNjDo{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cqgXZN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-crmzE1{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-d63hVW{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dB0KH4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dC3c5h{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dN8nWH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dO7ueB{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dRTEEr{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dT5QYd{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dTrd2I{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dV5ywz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-deTaYY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dgHg6b{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dlAact{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dnSX6x{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-drdZo0{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-e2CytI{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-e4FI5v{
font-size:var(--phw-g-hero-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-e4gFob{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-e6irSh{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eCUtqU{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eINZ9r{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ePmBDo{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eVClzH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eZMEzw{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eh0ky7{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ewrqAm{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-f13YgX{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-f3aeQX{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-f43z5m{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-f5KTFZ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-f5yAre{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fBlb8a{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fEsne6{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fSkOAp{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fXfJXj{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fdottr{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ffkIgU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fglpeP{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fhGgiA{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fng0wz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fqiN0g{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fyHG3q{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-g22ZKj{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-g5X16T{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-g6Mxh3{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gGMhtr{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gHcRN4{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gSRi6K{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gSsngN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gYH7Aq{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gZgnCN{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gZlg8I{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gkddC9{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gp0Nq9{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gzC5tG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hIFiEw{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hMlgua{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hXVF4g{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hgL0e4{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hoTIrd{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hteIKE{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-i79z6K{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iLWttX{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iTGNIg{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iTGxBa{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-igSoVm{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iiNICY{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ijVC4J{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ilEzw5{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ir9Ytf{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jHzMTk{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jIxyok{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jP9XSQ{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jPTmt1{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jWgfxd{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jWsTQ3{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jcNEy6{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jgiosD{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jlH4ZK{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jt3FpH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jzbcNh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-k0o1Gh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-k3PdOT{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-k554os{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-k9BQl8{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kDoVSm{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kMF9v9{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kdTv58{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kdYI8P{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-knnjgY{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kxcSCh{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kzM3M8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-l0Rj4v{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lOX37Y{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lRizs1{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lWvOal{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lfMaRs{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-liGDkH{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lk0imw{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lnm8dT{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lpOcNO{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ltGS0T{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ly3Kdj{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-m0COS7{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-m2dq30{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-m7FbtS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mO1DvC{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mVu5Wk{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-meVEJi{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mfJBjl{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mgog4c{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mn9rvy{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mpj914{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-msSS0g{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nBXIS9{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nKpwzD{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nOKY0E{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nXuAdt{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-njgPBF{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nv0KB1{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nxaJoz{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oJHPFq{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oKhyFQ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oL92o3{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oX82yo{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oXF9v3{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oZM2A7{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ocP7Pr{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
object-fit:contain;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ocP8UN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oeI7kw{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ojkhbv{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-orylNw{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-p3yOIG{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pKml1b{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pTOnTy{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pgZ3xY{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-puKCFU{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pxZqRk{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-q3vTba{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-q59ZqA{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qBLFQe{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qGNcjp{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qOyjg4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qUA7p6{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qUy0rf{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qgnfiJ{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qtXWlL{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-queaJv{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qxypnS{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-r1p1qX{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-r4U6tq{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-r6P0uM{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-r9J3UL{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rEskoM{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rKNora{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rM4LN1{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rTYnr5{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rXUKC7{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rZlYF5{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ra5tt9{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rbdYZQ{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rgrZTX{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rvIp6b{
font-size:var(--phw-g-hero-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s22lxF{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s7zlk8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s8zGLU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sFLRlm{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sIHT6W{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sLlYT5{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sQfkTa{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sSFkW4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sX0elr{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-soBxS4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-soEX7w{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-soPKhy{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ss5Cu4{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ss7bTL{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-szHUPx{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-t2G5jW{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-t5TvYX{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tBF7yK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tFJH81{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tFgVlI{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tFnDMi{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tLVWmy{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tLc796{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tZesaS{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-te5BqE{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tgRIa0{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uD32SV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uJJNLy{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ucTFJ5{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ufw8I8{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uihX4b{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uir5Wx{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-unThhK{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-utdg0p{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vCPqmG{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vGP3CC{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vGhRbO{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vM8XiU{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vcwsDk{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vjKZyP{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vjPcOZ{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vjpZoB{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-voZezH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vqkZJU{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vu1vPb{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vvykU0{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vwHwCC{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-w9U19v{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wDONQx{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wK4YjN{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wPFPMV{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wdA6TY{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-we1XW5{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wkTMDn{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wmQ24x{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-x0oclt{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-x1rUnW{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-x98Kt2{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xJFbKP{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xNvzgX{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xcxcft{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xli3z8{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xurj9D{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-y0K7SP{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-y1yTbW{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yCZIVp{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yFsvhG{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yGdhjm{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yTJwyf{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ycZ9hM{
object-fit:contain;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ylEvZe{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yrXERp{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ys93aB{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-z7rCIH{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zQn5tk{
font-size:var(--paragraph-font-size-3);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zRlA95{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zYFPum{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zcy7CL{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zsJGjj{
font-size:var(--paragraph-font-size-2);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zuzQzM{
background-color:var(--phw-custom-grey_type_bg_coloreaeaea);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zz0YuA{
font-size:var(--paragraph-font-size-1);
}
}

@media only screen and (max-width: 1199.98px) {
h1{
font-size:50px;
}
}

@media only screen and (max-width: 1199.98px) {
h2{
font-size:40px;
}
}

@media only screen and (max-width: 1199.98px) {
h3{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
h4{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-widget-ctr{
padding-top:calc(var(--pu-space)*5);
padding-bottom:calc(var(--pu-space)*5);
}
}

@media only screen and (max-width: 1199.98px) {
h5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
h6{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-default,.btn-default,.default-button{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-jobcard-info-link{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-link{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-eventhero{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-footer-ctr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-h1-event-hero{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-h2-card-sub-title-dark-small{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-h2-card-title-dark-default{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-header-ctr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-06XKFP{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-09VFaI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-09wZd6{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Cu619{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Hqk2I{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0IdkFa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0KGQul{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0MEUjD{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0N410t{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0PNBND{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Q5hzm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0REAnn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-0REAnn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0T7a5e{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0TDlAx{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Y47wZ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0b9FN6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0lkzff{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0mLLow{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0p5FYj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0qGX8f{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0r7qyd{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0sQxGC{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0udUTl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0yqEl5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0ywClw{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-11VIoM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-14i6Vg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-172ePY{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-196aSv{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1DRbhP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1IAvHc{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1KByG7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1MHWHh{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1S2jxT{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1SdsOl{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1VJ0KY{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1Y1EwP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1ZSRYG{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1Zds7h{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1atThG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1bTpO7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1dwXPX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1jOFrw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-1jOFrw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1l87AK{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1pynIL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1rjAsr{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1sjV3P{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1wnDGA{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-20JSdA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-20VTG0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-20VTG0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-23EtrB{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-240vK6{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2CwSdo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2FULdC{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2G4Uwn{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2GUoSA{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2I2edV{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2MMcVz{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2Ol3XL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2QpKT9{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2R2kdf{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2RWviR{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2XRB1f{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2XfLJE{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2cDTSx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2gIcs1{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2hRmf8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2q0Bgq{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2qWtTR{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2tCfHO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-31vRdG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-35p89V{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3661lA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-386wx6{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3ABIzb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3C7tCx{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3DvMgp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3EGBmk{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3FouK1{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3GyG1w{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-3GyG1w{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3INdZR{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3NeHlY{
font-size:27px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-3NeHlY{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3Vup1C{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3c1jao{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3jEqLq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3kASfP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-quUW08:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K4KM6C:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uX1r44:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3sOt6i{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3yyViL{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-432I1b{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-453mxu{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-47VwDM{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-47wi8p{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-48tVjX{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4B8pvb{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4CkGCJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4FmChq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4HM1BM{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4J7WtM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4MMS2V{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-4MMS2V{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4Omaxn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4PKwAt{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4RJJAy{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4RqVik{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4d69zN{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4fuYR1{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4huxF5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4j8hgu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4jUq51{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4nabY4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-4nabY4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4tsWgx{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4zsJOY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-50PgQY{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-50toII{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5CqS6R{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5Csagu{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5HC6Yq{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5Oa2R0{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5OrZhT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qS3l6V:hover .phw-g-i-5QG0al{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5SSJxt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5SzQGU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5X1roe{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-5X1roe{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5ayWev{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-5ayWev{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5biPpq{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5bzqmu{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uOB5pY:hover .phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5ewhNc{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5guqVQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5htywv{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5jeO46{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5kWPSo{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5ow6DS{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5pTYim{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5sWbeQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5t4q12{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5tLSw3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5vVHvN{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5wQPFY{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-60hdtr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-62zcS2{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-64VgIZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-69rU9u{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6BKVJn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6BbVVY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6DtEo8{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6FuIWz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6H2KaF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6K2CEt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6KT16Z{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6LrZhS{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6NDNDg{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6NtnRc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6R93En{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6SLSMG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6VDwaF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6Z2NDu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6aFxsi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6akp0O{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6bBwSj{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6c1rqh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6d51FI{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6dItBt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6eaczZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6hOEQd{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6hYchU{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6jj4O4{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6lJ7MO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6lc5YX{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6mWYoa{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6na7ZZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6oloqf{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6tMAaH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-6tMAaH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6yAdDh{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6yTvtN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-6yTvtN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-70EvuD{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-72cYxM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-72cYxM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-73AfCl{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-79wCeS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7C930l{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7M7slY{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7OXrtn{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7Wfn9w{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7aAYO4{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7dut7v{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7lWzSA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7oABzL{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7oTCXr{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7ordaU{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7wEnz0{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-810wti{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-86Wqt6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8AEOCY{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8Am6ZI{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-8Am6ZI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8Amhvq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8BFJ0u{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8BSHY8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8DPixG{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8JWVV0{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8MFU6M{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8OcDcJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8Trzgc{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8YIB27{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8Zm3Ta{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8bBzgP{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8g0MFk{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8jLH3M{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8pgMoS{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8sYNqn{
font-size:max(calc(var(--input-font-size-lg)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8vdSZv{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90P5kA{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-91DbrU{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-91EfDB{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-92U29W{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-92yNaV{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-93CuL5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-968jYo{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-986XZh{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-98CMF6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9Az2Dx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9Cj7iJ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9Djs28{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9LN7DZ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W33rnu:hover .phw-g-i-9LN7DZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9MEg35{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9MfcP3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9O5uzk{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9R3U1w{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9WqGzY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9ZYBTW{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9Zap8i{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9bLw4I{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9hBtnt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9hIwIG{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9hsRXb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9hukqP{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9iMktb{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9jduzz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9jfDGd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9k4oEo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9sPLZx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9ukYUM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9wDeGW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9yhX1R{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9z29vs{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A1SNxF{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-A1SNxF{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A1WWlJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A2TZMG{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AAyF1O{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ACoJNM{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ADdHTd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-ADdHTd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AEfdvm{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AFUlMr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-AFUlMr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AN7HVy{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AOtu9Q{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AQAA0i{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AWkR95{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AXFws3{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AYBYhp{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AYlYVM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AagUtP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AmeWfl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AoJYN7{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ApnKeQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Aprprv{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ArF5af{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Au4lb9{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AunqIE{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AvTeKt{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B21rYT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B25Jmm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B35gpa{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B37D05{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B3dhsP{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B8JMWp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B8VvVi{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BDM67y{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BDmTpz{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BIigjf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BNEwLN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BNZ9jd{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BTtQtj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BU1Yle{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BU2w5n{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tNyJP5:hover .phw-g-i-BU2w5n{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BXD0qe{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BcUPwJ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BeZyHZ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BfqpRT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BkPPhn{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BnYrop{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BrTVhh{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BwpmiB{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Bz5Yun{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BzdRG5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CAbTjR{
font-size:max(calc(var(--phw-g-widget-title-huge-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CBg6nA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CGunnS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CKhnfd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CQJlZ7{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CSzOci{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CT1BuF{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CTaWxH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Cd2fo1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CeNBrj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CfiApe{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ChAR9B{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ChNWf4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CjMCF5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CjaZKq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Cn2Hkh{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Cn4KyX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CpvPBt{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CqNE0U{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CrOA0Y{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-CrOA0Y{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CxGUsv{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CzMx8Q{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CzRQtN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-D1QfX2{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-D2KJqc{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DACJGS{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DBHebi{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DEH5JR{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DIN8fN{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DJW75x{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DLBMea{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-DLBMea{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DOotgJ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DPKNNy{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DQtQ7B{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DTRy1M{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DUkZ7a{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DXHnSJ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DXjBAB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DYDkSK{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DaSzUO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Db0eRa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DfjHk1{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DhXCUU{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Dk2SVK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-Dk2SVK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nt0IIV:hover .phw-g-i-DkgnHw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DmG8XW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DnL22x{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DnfLNz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Dov01D:hover{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DtmAVb{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E3LCX1{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E688RS{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E76Fr2{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E7eNVS{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EG5U39{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EH50Gm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EIDaZi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EL1Mws{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ELgegc{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ELzzff{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EQqLnV{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ETJunI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EY64hO{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EaQVSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EfYuqC{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EggOrk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EhLP4a{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EkJ2wS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EltE1B{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EmmUp4{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EoJ9WC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EsBQlI{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Etfzqy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ew4mN3{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-Ew4mN3{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EydlGR{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Ez3YcF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F0YDn5{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F1A5at{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-F1bseq{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F4bTDE{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F7tZVE{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F9QBgE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FAqFhM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FB7WUh{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FBOL3T{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FGqZuM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FImQjx{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FON9BI{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FRNXm3{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FZwFfQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Fdk6jj{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FgIoYD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Fh8PHi{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FhqxzN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FiAu7a{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FjewKQ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FkhijB{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FlaIzn{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FmHL2y{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FoaRX1{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Fomrmd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-Fomrmd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FsyG5W{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FtCmbd{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FyXxtl{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FzL8fG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-G77AYr{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qmkdIq:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GAgIUq{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GBbR4G{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GOC2wt{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GPtseE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GRPZMz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-GRPZMz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GRpm8e{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GSFSpt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GY2AaU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GYRLak{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GZCZQx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GZjTk7{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GeMbOC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GeiU0F{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GgleEX{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gkimhv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GlUUjP{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GnJbkW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GpGiB9{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GrDi5I{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gu043l{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GwVAAN{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GxSBvX{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GyE1Gg{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-H3qHPA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-H6giRG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-H8PQCs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HARWRl{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HAz7oQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HCEwNr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HCfU3m{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-HFwwzb{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HGs7MM{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HHqO7R{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HPAqua{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HPex8L{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HWfYSX{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HZyjyx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-HbFrok{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HbFrok{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HeNOND{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HkMYtu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Hn01zZ{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Hotcdw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Hqb1E0{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HtI4oc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I14fQv{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I4TCqY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I5gaj5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I6o2no{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I7ikXo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I8ZKEd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-I8ZKEd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I9fy7a{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IG4K2E{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IH9w9j{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IKjPTd{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ISqcij{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IUq8dY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Iah52Y{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IdREYI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IrVd7o{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IsP4Dl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IwBkCb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Iym0o9{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J2bjVi{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J4vwtC{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-J4vwtC{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J5WFFu{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J6NnKb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J8ECbT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-J8ECbT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J8PetE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JCdnJP{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JClqjL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JNZ3jV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JSl6JE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JYqXmP{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JeC3Tl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JhPKcN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JiPEu4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JnZeh2{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JslIgk{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JtzaLG{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K0zUGF{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K6HxFr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-K6HxFr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K9OYjF{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KAerlP{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KCEZA3{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KDwn3j{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KEHMqv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KIJJ2D{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KQQK7N{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KcWEwc{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KeuUSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EYH7H4:hover .phw-g-i-KeuUSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kf6W4x{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KfIDiU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-KfIDiU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KigQPI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kn2g65{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KnqK0Z{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-KnqK0Z{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kphk67{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KrfyQJ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KsnEOq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kvzcl4{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kw7gpH{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kwd03y{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KxGaSs{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L3uwzu{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L5kdSh{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L7yqyF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LEU3Hu{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LExHE0{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LM7Btt{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LNAbvO{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-LOUsBY{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LOUsBY{
font-size:27px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LPq6Nj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LaGUsv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LfHC1Y{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LftySX{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LhXJVA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LhYHjA{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LkdFhQ{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LknEjU{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LqU5oA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Lr5i7J{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LtwD0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LupVgv{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LwB4jb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LxCTP7{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LxMbmS{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Lz3lyf{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M0VS16{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M1Xn29{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-M1Xn29{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M97OnV{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MDf5eN{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ME2iBm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MP6kAi{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MQcZ2A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MQq3Uz{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MTpZ2s{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MU7y9Q{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MYObAS{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-McexAq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MdAQeh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mdju3h{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mn4U5T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mq53Lj{
font-size:40px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MqCrSe{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MsXKWt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MwY63J{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MxXWfn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MyLmJn{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N28fmA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N61Ewt{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N63PuN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N8QukB{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NDAWK0{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NDzHeF{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NFH5Uk{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NGE0mD{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NH9dAi{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NIfXb0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-NIfXb0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NLgQbw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NMeIEf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NQ8ILB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NSBTKC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NTAwNe{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NU0FhX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NUaLo0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NVwDwx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NYTKId{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NbgYnZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nn07jC{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nr9Tha{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NrytGz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsP3Hk{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsgmHK{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NztLQV{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NzyJvR{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O0589Q{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O2RSeJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O6xgLq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O87ndK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O8pbt8{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OEJzwU{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OEd0sd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OGu74T{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OJ7Cip{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-OJ7Cip{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OLx5Lo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ONlSoP{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ORTzBB{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OTquLI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OW9dMF{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OXIrkP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Obupdq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-Obupdq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OftGE6{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-On64Ju{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OrNpna{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OrSpME{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OrileR{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ovax9O{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OvrwFk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OxZFRe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P6S54O{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P7rCJ4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PBpnzB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PHjwO0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PLhpHn{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PMNGKG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PQK3KG{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PTO9Fx{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PTnSNn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PUm1tS{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PV4UEW{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PX1EaZ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PXxoVV{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PZjxLo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PdXmDp{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PgEbcH{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PhkFHt{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PkqJzk{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PpJlyM{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PpUDa4{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PsnpYi{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Pt6Ogo{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PuVBPf{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Pvf5Fx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PwSOU0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PyLs5A{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PzCtg8{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PzZkc8{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q96s3i{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QAeS0T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QIH1ve{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QJ5Vk8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QO8Xhr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QP54Pd{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QQPHJo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QQtWww{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QQtqJw{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QRgFZI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QRzryZ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QU5Xrc{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QUNHu4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QZVljq{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QfczPY{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ql5w6R{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QnebJO{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Qnuqzl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QrOKxq{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QtKBZg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Qv3TiZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QwfgQD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QzUMSA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-R0eLm3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RBG2np{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RFAnpj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RI5k2W{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RIuUi5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RNHyPH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RPkxMF{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RQmwQR{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RUWVcw{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RUWjXx{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RUmEd6{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ra6YEF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RfIgqV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rja0FD{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RjyhVp{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RkAH1B{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RoLVYt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rv8CVC{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rz3XYQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-S0yunT{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0VGSah:hover .phw-g-i-S2WGEd{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S65J8k{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S6I6Mb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S8P8FH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SAM6YH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SAjPBd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SBrpJ5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SEsp7B{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SGiXC9{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SGsRxi{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SIREdK{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-SIREdK{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SJl91e{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SKPW5X{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SPiM5G{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SUy83f{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SXG5EF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SZaK8h{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Sh1Zfw{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ShqYYk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SiWNmk{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Sk9GNh{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SkDtsX{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SoursS{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SqNkA3{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Sta0JC{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SvUA8S{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SzafiQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T1qzEt{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T25aoN{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T3B9rT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T4iNlO{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T7zT4k{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-T9TDKA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TCEOrO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TCdlTZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TCedsD{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TD0SNk{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TDznb5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TFdITQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TGhpsW{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TKt2gQ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TLx3gn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TVF3Yt{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TWeOVa{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TX4OrY{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TXp3Pl{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TbIBaK{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Tc8AgS{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-Tc8AgS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TdiJfC{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TdzlxV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TfkjVz{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-TfkjVz{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TgLhha{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TgtKTV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ToAmpX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TokPVf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TpZly0{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TwmxJo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ty6OiW{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U0JJe7{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U7LpB4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U92wsB{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UAk6EX{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UCOslL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UDapYI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-UDapYI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UDwCtr{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UJfJgV{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UK7zkc{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-UK7zkc{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ULfaDi{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UPDOrq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-UPDOrq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UT2r3C{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UZTH3T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UdGt4f{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UdqVQD{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UettJ5{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UnGcpU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UqPBV0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UqQ5VE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UsaXEz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UvIkwQ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UzVtIA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-V8Nfbd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-V8Nfbd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VCrqRS{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VH3yAQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VKLAXJ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VPro6i{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VR6gcM{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VUMIKl{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VURy9l{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VUp4z3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VX7eh4{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VgcFvQ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VhmA6S{
background-color:var(--phw-custom-bg_primary_type2da202a);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VjSEcK{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VmNM4j{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Vq7Xp6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VqIHDy{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VuURGZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Vz6sxi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZJrD2p:hover .phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W3C1P8{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W3RyxB{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W5r9B1{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-W5rBL1{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W7rfIu{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WMIBd0{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WVrSct{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WWyPG8{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WYSige{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WaoDPU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Wn67gL{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WoG72N:hover{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WqZuof{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WrRpRt{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WycBi0{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X21Emg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X22IzM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X5p17S{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X9qoWV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XFlhwq{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XK4yzM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XLmPri{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XMJOlV{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XRdr2b{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XSBm31{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XUr9vE{
max-height:100px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xfcwy2{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xgp5TF{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XjfhiY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XjiGcC{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XlgEJa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XoNu8X{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XpJqon{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xq5R5z{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XrI8zg{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XsLJk2{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XvTaqj{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XzPiYJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Y0KK6v{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Y2ZKkn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-Y2ZKkn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Y5SMWe{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Y6XDQM{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Y6oadx{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YAL413{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YG074k{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YG0KAw{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-YG0KAw{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YIAdQv{
font-size:max(calc(var(--phw-g-widget-title-huge-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YMBVl0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YMrjjT{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YSJZKC{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YXJ4IK{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YZup3s{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YcZeLp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YiFs74{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-YiFs74{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YoZ2Ua{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Yrnwzs{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Yuunju{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YzzGbq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z0KjQz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z5HRfy{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z8eboV{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Z8eboV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z90POw{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZF0CGw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZFoMPo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZLt1kd{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZNnraR{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZQ35nS{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZVCqex{
font-size:max(calc(var(--input-font-size-lg)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Zf2aLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZiKYdU{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZmGZ1Q{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Zn7Soz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZnW7Yv{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZrZzcb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a2DYgQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a5yYPb{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a70DQY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a7cPjp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aC2qjs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aDOdtB{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-aDOdtB{
font-size:24px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aDnjc3{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aQNtOY{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aSLiai{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aUazxs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aV7jIN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-aV7jIN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aWL3nl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aYMIX4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-abWkIK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ac2FfG{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-adBngX{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aiglhV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aoFkBg{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-auGNlc{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-auPyJp{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b6jJXs{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b7XfYI{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bB2N47{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bBCAah{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bFVtmz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bGogOk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bNEKsk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-bNEKsk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bNN8Yz{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bOoqXy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bSUCeh{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bTsnXJ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bYntLB{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-bYntLB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-batgmI{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bcQyJw{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bfZBZU{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bijNoy{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bjYarU{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bpW84C{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bqFo8M{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bu1Um1{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bxNaIk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c3uUWC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cAEU1R{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cCFGNy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cETxhO{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W33rnu:hover .phw-g-i-cETxhO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cFTqp8{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cFxSTM{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cHcIQ6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cHp5Px{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cIABGm{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cIP99D{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cJ9Gs9{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cS8a6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L8xmC5:hover .phw-g-i-cS8a6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cVHkbn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cW6r96{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cYdjU7{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cadeAs{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ckx94W{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-clNjDo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cor0Gu{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cqgXZN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cqnss6{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-crmzE1{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cvTqbh{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cx8bfl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cyHKc9{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d0Jax0{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-d17uv1{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d63hVW{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d8V208{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nt0IIV:hover .phw-g-i-dBwv0f{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dBwv0f{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dGWUy0{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dH7jSL{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dIZztc{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dIr79Z{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-dJsWOI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dN8nWH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dO7ueB{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dRTEEr{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dT5QYd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dTrd2I{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dU6op0{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dV5ywz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-detxwS{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dhUpvZ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-djEEhG{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dl66YQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dlAact{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dnSX6x{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dp96wv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-drdZo0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ds4Epy{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e0SXYb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e2CytI{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e3zVmg{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e4FI5v{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-e4FI5v{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uOB5pY:hover .phw-g-i-e4FI5v{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e4gFob{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e6irSh{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e8oEGZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eKvVD2{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eNTeG0{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ePQm5k{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ePmBDo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eTPR2K{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eVClzH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eYGgTi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eZMEzw{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eh0ky7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-eh0ky7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ej4uy5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ejEj2O{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eklXGz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-entm6s{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-esVWc7{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-evwCqN{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-exxVbe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f13YgX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f2OqhD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f3Gwtu{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f43z5m{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f5yAre{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f7sAvA{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f83lYt{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f97u02{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fBlb8a{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fCNqBc{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fEsne6{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fK4QVz{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fMj7WJ{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fQvjWh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fSkOAp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fXfJXj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fZuogb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fcuUhz{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fdottr{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ffkIgU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fglpeP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fhGgiA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-flKEmj{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fng0wz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fnkOS8{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-foOdC3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fr9tkq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-fr9tkq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fwv7LS{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fyHG3q{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fyZZLN{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g22ZKj{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g4IkKe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-g4IkKe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g5X16T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g6Mxh3{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g8ATTF{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gGMhtr{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gHcRN4{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gIzudf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gKSNPZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gSRi6K{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gSsngN{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q7roLK:hover .phw-g-i-gSsngN{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gWgeGT{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gYH7Aq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gZgnCN{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gZlg8I{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-glTNvx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gmfDsc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gp0Nq9{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-guNeuD{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gyBTFH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-h3Yf31{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hAbroy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hBzXzg{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hDXVdd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hEa2Lx{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hIFiEw{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hJBEiu{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hPuZ4F{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hQU1R5{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hV0SFO{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hVuUSh{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-hXQVUV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hXVF4g{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-heYxel{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hgL0e4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hhr3NA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hkqSbe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-hoTIrd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hoTIrd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hteIKE{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hxkS38{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hylwEU{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i0GAto{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i79z6K{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-i79z6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i9Gs6P{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iBafEQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-n3VIY2:hover .phw-g-i-iCaUi8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iEaG3E{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iGP6OS{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iLWttX{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iPBX1o{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iSAITu{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iSGis4{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iTGxBa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-iTGxBa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iX88tg{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iYgYEI{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-igSoVm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ihgk6h{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iiNICY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ijNaHu{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ijVC4J{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ilEzw5{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-in6Vzk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ir9Ytf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iubQEq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iuwhhv{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iyxlhA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-j25unE{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-j25unE{
font-size:24px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jHzMTk{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jIxyok{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jJgjll{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jMvxm8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jOkAOc{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jP9XSQ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jPTmt1{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jS55qB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jWgfxd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jbInII{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jbxk8G{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jcNEy6{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jcfHpC{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jeTFB4{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jgiosD{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jjzp64{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jlH4ZK{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jt3FpH{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jvxzO2{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jzGdKL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jzbcNh{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-jzbcNh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k0GARQ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k0o1Gh{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k3PdOT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-puMGPo:hover .phw-g-i-k3PdOT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k4BLlC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k4aSJc{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k554os{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-k554os{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k9BQl8{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kCKnnq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kCLMVn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qmkdIq:hover .phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zZflrM:hover .phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kRcYqD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kSRF7H{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kVq9Rs{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kbiNvQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kdYI8P{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-khQD8h{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kmcWGG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kmgbnQ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-knnjgY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ksdx0S{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kx8NEb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W8flC3:hover .phw-g-i-kx8NEb{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kxcSCh{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kzM3M8{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l0Rj4v{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l3yfFx{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lKzrIz{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lO3P1E{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lOX37Y{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lRizs1{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lSzLSS{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lV06Bk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lWvOal{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-lWvOal{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-laFtXg{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-leHeG2{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lfMaRs{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-liGDkH{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lk0imw{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lnm8dT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lpOcNO{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ltGS0T{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lvULxE{
font-size:16px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ly3Kdj{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m0COS7{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m1qvHC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m1zR8e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-m1zR8e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m2dq30{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m7FbtS{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mDeTwx{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mM3EB7{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mO1DvC{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mQsvKd{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mRxNkY{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mfJBjl{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mgog4c{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mhQdqo{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mmF6Oc{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mn9rvy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-mn9rvy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mpj914{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mqzn3e{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mr3wEL{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-msSS0g{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mvfPa7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-my3msG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-n5HLSk{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nBXIS9{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nDVZSc{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nF0VP7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nG2tf4{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nGOXzE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nIkQLd{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nKpwzD{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nOKY0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-nOKY0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nPNYA0{
font-size:35px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nTfylI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nXuAdt{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nbzv8u{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-njgPBF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nsbs4J{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nuMPk5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nv0KB1{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nwisvi{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nxaJoz{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o1d2lf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o5WVGW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o8w3Pf{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oCWAIG{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oJHPFq{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oKhyFQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oL92o3{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-oPNWcr{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oXF9v3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ocP8UN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oeI7kw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oeKn3H{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ohmAWl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ojYa6Z{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ojkhbv{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-okisTU{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-omVJ08{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-op0Ftu{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-orylNw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ouj2es{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oy1YOG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oy3wZy{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-p3yOIG{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-p4tQMb{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pGaFb2{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pKml1b{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pLdt2W{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pQslwp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pR0Cz2{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pYSLRB{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pdvZVS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pfW6OK{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pgZ3xY{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-prLIhP{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-puKCFU{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pufckC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pwbdjL{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pxH4is{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pxZqRk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q0KJeM{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q0nE1r{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q3vTba{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q59ZqA{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q66jnt:hover{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q9asdb{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qBLFQe{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qGNcjp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qIdFcD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xW2gkt:hover .phw-g-i-qKGKkg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qOyjg4{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qRldy7{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qUA7p6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qUy0rf{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qVQ5l2{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qZVcv7{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qgnfiJ{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qiWWxZ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qkq68j{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ql37c4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qplLbH{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qtXWlL{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-queaJv{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qxypnS{
font-size:24px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qzeAKZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r1p1qX{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r3YU7e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r3saoj{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r4PDvT{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r4U6tq{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r4tmXQ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r6P0uM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r9J3UL{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rBsbOa{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rC3h7w{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rEskoM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rFhkWf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rJNeYk{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rKNora{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rM4LN1{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rPNw0z{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rTIUup{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rTYnr5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rXUKC7{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rYUwKF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rZlYF5{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ra5tt9{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ram22w{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rbdYZQ{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rgrZTX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rpIuun{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rpYKVR{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-rpYKVR{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rqiEXA{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rvIp6b{
font-size:max(calc(var(--phw-g-placeholder-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rzGEuM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s0cOn2{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s22lxF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s7zlk8{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s8zGLU{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sE5kWK{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sFLRlm{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sIHT6W{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sLlYT5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sQfkTa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sRTF01{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sSFkW4{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sVZhmG{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sX0elr{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sZIFfD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-sZIFfD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-saOh48{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-soBxS4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-soEX7w{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-soEpuQ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-soJLgp{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-soPKhy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sp7W7F{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-sp7W7F{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-spnjZD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ss5Cu4{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ss7bTL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RyKCza:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-onryyG:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L8xmC5:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-swC4w1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-swC4w1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sy4DqW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-szBzgp{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-szHUPx{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-szb4F9{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t2G5jW{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t5TvYX{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t7GL7a{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t8hzvF{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-t8hzvF{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t9ZwzL{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tBF7yK{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4zJt2L:hover .phw-g-i-tEYXTB{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tFJH81{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tFgVlI{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tFnDMi{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tG768P{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tHNTlc{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tKaZ2J{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tLVWmy{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tLc796{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tPxdYe{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tW19Mo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tYKTY8{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tZesaS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tbUkuG{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-te5BqE{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tgRIa0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tgbqef{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tgxPt9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tiis6y{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tpjeXf{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tuqowv{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tvz5AE{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-txXlkZ{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-u4efMl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uBbIIq{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uD32SV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uENkZf{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uIAkW9{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uIHIbx{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uJJNLy{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uLMI8H{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uVY9qh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ucTFJ5{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uf4scH{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ufw8I8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uihX4b{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uir5Wx{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-umhdHk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-upNV21{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-urwY13{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-utdg0p{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uvZIHw{
font-size:max(calc(var(--input-font-size-lg)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uvuhaV{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-v1mOuU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vEXFDw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vGP3CC{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vGhRbO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vM8XiU{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vUb3qA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vW5M8p{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vW77Hv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vc2cQW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vcwsDk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vjKZyP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vjPcOZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vjcq0R{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vnkDyc{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-vnkDyc{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-voZezH{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vqkZJU{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vu1vPb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vvykU0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vwHwCC{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w6Mtre{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w9U19v{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wDONQx{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wGN9Ks{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wK4YjN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wLHOjz{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wP3bOl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wPFPMV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wRRS5F{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wVDqx8{
font-size:37px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wXTXAQ{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wXcp6o{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wcyuKN{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-we1XW5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-weQ505{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-weQ505{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wf0KkB{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wj1hSO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wkTMDn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wmQ24x{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wma4Sk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wn6NxD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wuK1YL{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-x0oclt{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-x1rUnW{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-x6TWMW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xBO8pe{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xEXjsZ{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HA920a:hover .phw-g-i-xEXjsZ{
font-size:25px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xGqgcr{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xJFbKP{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xL1BE5{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xNvzgX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xREdAr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xTFbmO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xUsObk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xbJOb6{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xcxcft{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xfnx2U{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xli3z8{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xurj9D{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xxHl8r{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y0K7SP{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y3xd3C{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y56IqN{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yBkoDm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yCZIVp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yFsvhG{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yGdhjm{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yHmJbA{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yKKJCP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yQYVL5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yTJwyf{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0VGSah:hover .phw-g-i-yTevO5{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yTqGVS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yYwuTq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yeJMAW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-yqSP2S{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yqSP2S{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yrXERp{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ys93aB{
font-size:22px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z7rCIH{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z9aPsp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zBAbmw{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zEh33W{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zFhnuI{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zGanJs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zMKDXG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zO9FwG{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zQn5tk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-zQn5tk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zRlA95{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zWeGuT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zYFPum{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zbfGrT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zcIYGi{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zcy7CL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zfnFdU{
font-size:30px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-zfnFdU{
font-size:24px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ziy9PG{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zsJGjj{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zz0YuA{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-zz5V4A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zz5V4A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zzbrtE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-p-default-dark{
font-size:18px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-padding-zero-with-background{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-small-text-secondary-italic{
font-size:20px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-text-default-semibold-dark{
}
}

@media only screen and (max-width: 767.98px) {
h1{
font-size:40px;
}
}

@media only screen and (max-width: 767.98px) {
h2{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-widget-ctr{
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
}
}

@media only screen and (max-width: 767.98px) {
h4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
h5{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
h6{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-default,.btn-default,.default-button{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-jobcard-info-link{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-large-primary{
border-color:var(--stroke-white);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:var(--btn-font-weight);
min-height:var(--btn-height-lg);
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-link{
border-color:transparent;
color:var(--link-color);
font-weight:700;
font-family:var(--cms-g-pfdin);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-link:hover{
color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-primary,.btn-primary:not(.phw-g-btn-small-primary):not(.button-sm):not(.phw-g-btn-large-primary):not(.button-lg):not(.btn-lg):not(.btn-sm):not([class*=' phw-g-i-']),.primary-button:not(.phw-g-btn-small-primary):not(.button-sm):not(.phw-g-btn-large-primary):not(.button-lg):not(.btn-lg):not(.btn-sm):not([class*=' phw-g-i-']){
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
font-weight:400;
font-family:var(--cms-g-pfdin);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-small-primary{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
background-color:var(--brand-color-primary);
font-weight:400;
min-height:var(--btn-height-sm);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-eventhero{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-h1-event-hero{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-h2-card-sub-title-dark-small{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-h2-card-title-dark-default{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-header-ctr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00X7p9{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03BzmR{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-042ntQ{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06XKFP{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09Cwwn{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09VFaI{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09wZd6{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09wjgp{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AiebS{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Ccu6E{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Cu619{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0GrYzD{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0HKjNp{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Hqk2I{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0IdkFa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KGQul{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KkQHA{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KoRH3{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LNONx{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0MEUjD{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0N410t{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Npf9d{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0PNBND{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Q5hzm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0REAnn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-0REAnn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0SEE0G{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0TDlAx{
font-size:20px;
margin-inline-start:calc(var(--mu-space)*4.375);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VFeCJ{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Y47wZ{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Y8Uxr{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0b9FN6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cvymX{
background-color:var(--phw-custom-bg_positive-blue0892cbff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0f6ecY{
font-size:30px;
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fV4q5{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lkzff{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mLLow{
font-size:18px;
background-color:var(--phw-custom-white);
text-align:start;
overflow:auto;
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mLPe6{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0p5FYj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0pi2gp{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qGX8f{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r7qyd{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0sQxGC{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ti1tX{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tzFnG{
font-weight:700;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0uQUhU{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0udUTl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0yqEl5{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ywClw{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11VIoM{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-14i6Vg{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-16p9Pc{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-172ePY{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-196aSv{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BONtc{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1C4zIp{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DRbhP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1IAvHc{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1IIqH1{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KByG7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MHWHh{
font-size:18px;
margin-inline-start:calc(var(--mu-space)*-2.5);
margin-inline-end:calc(var(--mu-space)*-2.5);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Mo6RO{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1S2jxT{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SdsOl{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VJ0KY{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Y1EwP{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ZSRYG{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Zds7h{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Zgg2k{
color:var(--white);
font-size:36px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1atThG{
font-size:var(--phw-g-input-label-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1bCrk6{
color:var(--white);
font-size:40px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1bTpO7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1c3wHH{
margin-top:calc(var(--mu-space)*-3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dwXPX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ed88K{
font-size:40px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1gWIh0{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jOFrw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-1jOFrw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1l87AK{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1p3heT{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1p8kfx{
font-weight:700;
color:var(--phw-custom-go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1pynIL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rjAsr{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1sjV3P{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uLFHR{
font-size:var(--phw-g-cards-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ujpyU{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wnDGA{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20JSdA{
border-color:var(--stroke-white);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
color:var(--white);
font-weight:var(--btn-font-weight);
font-size:20px;
min-height:var(--btn-height-lg);
background-color:var(--brand-color-primary);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20VTG0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-20VTG0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23EtrB{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-240vK6{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-26DCe9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-287AEE{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-28PuAh{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29J66W{
fill:var(--phw-custom-iconwhiteffffffff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CwSdo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ELqer{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FULdC{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FlXWw{
}
.phw-g-i-2FlXWw img{
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2G4Uwn{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2GUoSA{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2I2edV{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2IJkkM{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2JSxeR{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KOmhD{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MMcVz{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Ol3XL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2QpKT9{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2R2kdf{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RWviR{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2SbykZ{
font-weight:400;
color:var(--white);
font-family:var(--cms-g-pfdin);
flex-direction:unset;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XRB1f{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XfLJE{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XnCpf{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2agh0P{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cDTSx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2g1o17{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hRmf8{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2icVcj{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2irMgw{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2q0Bgq{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qWtTR{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2srWRy{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2tCfHO{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-end:calc(var(--mu-space)*-1.25);
margin-inline-start:calc(var(--mu-space)*-1.25);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2v8HSi{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2v8HSi:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xYvca{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zCIW7{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31vRdG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-33C9dU{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35p89V{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3661lA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37kUj6{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-386wx6{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ABIzb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3C7tCx{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DvMgp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3EGBmk{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FouK1{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3GyG1w{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-3GyG1w{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3INdZR{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IVP5G{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NeHlY{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-3NeHlY{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Osv5s{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QUJx5{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SKy3q{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Vup1C{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XS565{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ZrkbB{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3a4mL1{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bbLuw{
text-align:center;
height:300px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3c1jao{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hi1a6{
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jEqLq{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kASfP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3mpbvJ{
margin-inline-end:calc(var(--mu-space)*8.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3n8t4w{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3pTBns{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-quUW08:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K4KM6C:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uX1r44:hover .phw-g-i-3pTBns{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3qwRCA{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sOt6i{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3umqZE{
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wfMt2{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3yyViL{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4022h5{
aspect-ratio:16/9;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-41I8Ig{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-41UmI0{
font-size:30px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-427Ytp{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-432I1b{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-453mxu{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46WSsJ{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46hYMA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47QYcI{
width:150px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47VwDM{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47wi8p{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-48tVjX{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-499wZH{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49aWoW{
font-size:30px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49gUoQ{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4B8pvb{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4BR03z{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/JTC_heartbanner-1738081521384.png);
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-repeat:no-repeat;
background-position:50% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CR4ov{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CkGCJ{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4DfLl8{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FE34E{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FQMI2{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FmChq{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4HM1BM{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4J7WtM{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Jubyl{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4MMS2V{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-4MMS2V{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Omaxn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PKwAt{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RJJAy{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RqVik{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aznD1{
text-align:center;
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4d69zN{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4feZvG{
text-align:center;
margin-inline-end:calc(var(--mu-space)*-3.75);
margin-inline-start:calc(var(--mu-space)*-3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fuYR1{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gR5yi{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4huxF5{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4j8hgu{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-4jUa7r{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jUq51{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jioXn{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4mcK9h{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4nO7J8{
padding-bottom:calc(var(--pu-space)*0);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4nOka5{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4nabY4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-4nabY4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pWjzb{
margin-bottom:calc(var(--mu-space)*25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rFQb9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4tsWgx{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4utJzA{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zsJOY{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-50PgQY{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-50toII{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-50toII{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56MAhf{
min-height:125px;
min-width:125px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5CqS6R{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Csagu{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HC6Yq{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MEjiM{
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
height:120px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5OrZhT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qS3l6V:hover .phw-g-i-5QG0al{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5S0rsu{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SSJxt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SzQGU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UoOwF{
border-width:1px;
border-color:var(--phw-custom-border_go-green-contrast008a00ff);
border-style:solid;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WWZrU{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Watkx{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WbsEb{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5X1roe{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-5X1roe{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XAdJ4{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Z0FRd{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ayWev{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-5ayWev{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5biPpq{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5bzqmu{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOB5pY:hover .phw-g-i-5eEgfI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ewhNc{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5guqVQ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5htywv{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jeO46{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kWPSo{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ow6DS{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5pTYim{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qIvQ4{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sWbeQ{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5t4q12{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tLSw3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vVHvN{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yytOu{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5z188D{
margin-inline-end:calc(var(--mu-space)*8.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60hdtr{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-61rMqu{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62zcS2{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-63DaxL{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64VgIZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66YF0L{
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-69rU9u{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BKVJn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BTyp0{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BbVVY{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6DtEo8{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FuIWz{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6H2KaF{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Hm3jH{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6K2CEt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6KI3Va{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6KT16Z{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LrZhS{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6MT7jh{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NDNDg{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NtnRc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PYC5l{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QosMP{
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6R93En{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SLSMG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6VDwaF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Z2NDu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6aFxsi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6akp0O{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6bBwSj{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6c1rqh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6d51FI{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dItBt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eaczZ{
font-size:var(--phw-g-regular-text-font-size);
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hOEQd{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hYchU{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ikgTt{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jj4O4{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kc35X{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kuSW7{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lJ7MO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lc5YX{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mWYoa{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6na7ZZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oloqf{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tMAaH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-6tMAaH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yAdDh{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yTvtN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-6yTvtN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-70EvuD{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-72cYxM{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-72cYxM{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73AfCl{
margin-inline-start:calc(var(--mu-space)*12.5);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73ydnu{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79wCeS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7C930l{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Cxpwp{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7M7slY{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7OXrtn{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7QPmNx{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7SGNjC{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Uceap{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Wfn9w{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7aAYO4{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7arDIm{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7arDIm:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7arDIm:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7arDIm:active{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7cz40A{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dut7v{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7lWzSA{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oABzL{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oTCXr{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ordaU{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rD4wf{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wEnz0{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-810wti{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86Wqt6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89QIGL{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89wpyq{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8AEOCY{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-end:calc(var(--mu-space)*-1.25);
margin-inline-start:calc(var(--mu-space)*-1.25);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Am6ZI{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-8Am6ZI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Amhvq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BFJ0u{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BJgog{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BSHY8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8D6bWw{
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DPixG{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JWVV0{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8L6peN{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LgXfQ{
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8MFU6M{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8OcDcJ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8P4wQg{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-repeat:no-repeat;
background-size:cover;
background-position:0% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8S7g6O{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Trzgc{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8WwBNn{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YIB27{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Zm3Ta{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bBzgP{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cnlrb{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cnlrb:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cnlrb:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8g0MFk{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jLH3M{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8k4mcU{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8mFj4h{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8o4Yeh{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8pgMoS{
font-size:var(--phw-g-widget-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8qizUb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rEPro{
height:110px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rZTVX{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rkfLr{
color:var(--white);
font-size:40px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sYNqn{
font-size:max(calc(var(--input-font-size-lg)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tqhiI{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uu1xG{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vdSZv{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90P5kA{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover{
border-top-left-radius:calc(var(--border-radius-base)*3.125);
border-top-right-radius:calc(var(--border-radius-base)*3.125);
border-bottom-left-radius:calc(var(--border-radius-base)*3.125);
border-bottom-right-radius:calc(var(--border-radius-base)*3.125);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91DbrU{
font-size:18px;
background-color:var(--phw-custom-white);
text-align:start;
height:120px;
overflow:auto;
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91EfDB{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92U29W{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92yNaV{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93CuL5{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93VLb2{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-945Yw2{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-968jYo{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-986XZh{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98CMF6{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-99rB6u{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AOyMy{
padding-bottom:calc(var(--pu-space)*0);
padding-top:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Az2Dx{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Cj7iJ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Djs28{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Ecv4a{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FlQJv{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9LN7DZ{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W33rnu:hover .phw-g-i-9LN7DZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MEg35{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MfcP3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Nbkbg{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9O5uzk{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9R3U1w{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9WLTiM{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9WqGzY{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZYBTW{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Zap8i{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZmU74{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bLw4I{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hBtnt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hIwIG{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hsRXb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hukqP{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iMktb{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jduzz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jfDGd{
font-size:var(--phw-g-input-label-text-font-size);
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9k4oEo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sPLZx{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sh9uG{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tpaFb{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ukYUM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wDeGW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yhX1R{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9z29vs{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1SNxF{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-A1SNxF{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1WWlJ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2TZMG{
font-size:18px;
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A785Hb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A8DOQI{
background-position:50% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AAyF1O{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AD9RSQ{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADdHTd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-ADdHTd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AEfdvm{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AFUlMr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-AFUlMr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AHemO7{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIgJSI{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALkJEl{
text-align:center;
height:300px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AMwqcA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AN7HVy{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQAA0i{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQi1Ol{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARimAC{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATtBDX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATtL6A{
border-color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AWkR95{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AX0DLG{
height:110px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXFws3{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYBYhp{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYDM2b{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYlYVM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZKkWW{
border-width:1px;
border-color:transparent;
border-style:solid;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AagUtP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AmeWfl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoJYN7{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ApnKeQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aprprv{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ArF5af{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsBXCs{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Au4lb9{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AunqIE{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AvTeKt{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AxO4Eb{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B21rYT{
color:var(--phw-custom-darkgrey404044);
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B25Jmm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B35gpa{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B37D05{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B3dhsP{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B48Bb1{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6UYPu{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8JMWp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8VvVi{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9MVPU{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BDM67y{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BDQDGI{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BDmTpz{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BIigjf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BM2VMx{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BM2VMx:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BM2VMx:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMmK7g{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNEwLN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNZ9jd{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BQqpKX{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BTtQtj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BU1Yle{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BU2w5n{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tNyJP5:hover .phw-g-i-BU2w5n{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVO4jN{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BXD0qe{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BXNXxx{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BYkAeF{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BYpUfK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bb3yxB{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcUPwJ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BeZyHZ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BfqpRT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BkPPhn{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BllKx5{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BmbAv8{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnYrop{
font-size:20px;
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpZdNA{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpvSh1{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqVI3N{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BrTVhh{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwpmiB{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxPTBY{
aspect-ratio:4/3;
min-height:125px;
min-width:125px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bz5Yun{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzdRG5{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4NPjm{
padding-top:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9qHRA{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CAbTjR{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBg6nA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBsrvN{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CC5Nn9{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CG0tzd{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGunnS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIhqIN{
width:150px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CKhnfd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMQoFC{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQIyta{
object-fit:contain;
aspect-ratio:16/9;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQJlZ7{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSzOci{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CT1BuF{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTaWxH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cd2fo1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeNBrj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CfiApe{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChAR9B{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChNWf4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjMCF5{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjaZKq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CmgWGA{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cmjijg{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CmuCo1{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cn2Hkh{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cn4KyX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CoY4N0{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CpvPBt{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqNE0U{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CrOA0Y{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-CrOA0Y{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CxGUsv{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CzMx8Q{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CzRQtN{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0d4wX{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-positive-blue0892cbff);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1QfX2{
font-size:var(--phw-g-cards-subtitle-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D2KJqc{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4sh3A{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D5lU7Z{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D5uwNm{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DACJGS{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DATthd{
background-position:0% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBHebi{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBp7U9{
min-height:125px;
min-width:125px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEH5JR{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DH4N0d{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIN8fN{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJW75x{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DLBMea{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-DLBMea{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DOotgJ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPKNNy{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPl99V{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQMVmS{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQtQ7B{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DTRy1M{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DUazM4{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DUkZ7a{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWsu1Y{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXHnSJ{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXjBAB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYDkSK{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DaSzUO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Db0eRa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfjHk1{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DgiHyg{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhXCUU{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjIuHC{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dk2SVK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-Dk2SVK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkJnpz{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nt0IIV:hover .phw-g-i-DkgnHw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DmG8XW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DnL22x{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DnLsmX{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DnfLNz{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DoiTeD{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DomyzG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dov01D:hover{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DqOqzA{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsKXuK{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtmAVb{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E1fpVk{
height:110px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3LCX1{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5t3w2{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E688RS{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E76Fr2{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7eNVS{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDYEa1{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EG5U39{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EH50Gm{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EIDaZi{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJioMv{
background:none;
background-image:none;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EL1Mws{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ELFzEn{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ELgegc{
font-size:18px;
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-ELrbws{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ELzzff{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQbhTF{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-position:0% 0%;
background-size:tile;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQqLnV{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ESn4Ub{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETJunI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EWfug3{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EY64hO{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-EY64hO{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYrlH5{
margin-inline-start:auto;
margin-inline-end:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaQVSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EakiO5{
border-width:1px;
border-color:transparent;
border-style:solid;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EbAcHa{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EbMGaa{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EfYuqC{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EggOrk{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgrVBo{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EhLP4a{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EiP5OY{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EjkwRn{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EkJ2wS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EltE1B{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Em4Cmr{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmmUp4{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoFgfe{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoJ9WC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EreI88{
object-fit:contain;
aspect-ratio:16/9;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EsBQlI{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Etfzqy{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Etrcha{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew4mN3{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-Ew4mN3{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EydlGR{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Ez3YcF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ezc9ep{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F0YDn5{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F1A5at{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F1bseq{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-F1bseq{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F26kcR{
font-size:30px;
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4bTDE{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7tZVE{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9QBgE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9gLjt{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FASlI8{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FAqFhM{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FB7WUh{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBOL3T{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGqZuM{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FImQjx{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKJfMj{
background:none;
background-image:none;
font-size:16px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLJwVh{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FON9BI{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRIGkS{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRIGkS:hover{
color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRNXm3{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRfV3r{
color:var(--white);
font-size:36px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FStoCC{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTWD4i{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTWD4i:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTWD4i:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTXDHn{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZwFfQ{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZwxMY{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fbm7Ro{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fdk6jj{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FgIoYD{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fh8PHi{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhqxzN{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhuyDg{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FiAu7a{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FjLOWQ{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FjewKQ{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkhijB{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlaIzn{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FmHL2y{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fn3Euf{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FoaRX1{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fomrmd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-Fomrmd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FptHZG{
margin-inline-end:calc(var(--mu-space)*8.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FqRf5r{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsU0yP{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsyG5W{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FtCmbd{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FyXxtl{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FzL8fG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G1qwyQ{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G69NNI{
padding-top:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G77AYr{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmkdIq:hover .phw-g-i-G7MLLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7My14{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G8c3JW{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GAgIUq{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GBbR4G{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDiNcj{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJNKvx{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJo22I{
background-color:var(--phw-custom-white);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKlCsh{
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GN4kt0{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOC2wt{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOm87m{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPtseE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQe4SN{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRPZMz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-GRPZMz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRpm8e{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GS06RS{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSFSpt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSlDIU{
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GTZIUP{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXLw4f{
background:none;
background-image:none;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXOBOc{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GY2AaU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYRLak{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZCZQx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZjTk7{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GcSaVY{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeMbOC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeiU0F{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgleEX{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ghr8dW{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GkRK8V{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gkimhv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gl3u2x{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GlUUjP{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gm9mEs{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnJbkW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnrMFP{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoGMDT{
aspect-ratio:16/9;
object-fit:contain;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpGiB9{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GrDi5I{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gu043l{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GwVAAN{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GxSBvX{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyE1Gg{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GycCGJ{
border-width:1px;
border-color:var(--phw-custom-border_go-green-contrast008a00ff);
border-style:solid;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H35u6D{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H3qHPA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H6giRG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8PQCs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HARWRl{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAz7oQ{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCEwNr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCeSlU{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCfU3m{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFwwzb{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-HFwwzb{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGs7MM{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHqO7R{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HKQ4go{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMZ2sZ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMesss{
border-width:1px;
border-color:var(--phw-custom-border_positive-blue0892cbff);
border-style:solid;
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPAqua{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPex8L{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HTWS7q{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWfYSX{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZyjyx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HaxSBs{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-HbFrok{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HbFrok{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HciJgU{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HeNOND{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkDHlD{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkMYtu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hn01zZ{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoIoSG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hotcdw{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Hqb1E0{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hs2M9R{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HtI4oc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I14fQv{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4TCqY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5gaj5{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I6o2no{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I6ypUb{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-position:0% 50%;
background-size:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I7ikXo{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8ZKEd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-I8ZKEd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I9fy7a{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAXZRk{
object-fit:cover;
aspect-ratio:4/3;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBOTrY{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBrHJK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IG4K2E{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IH9w9j{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IKjPTd{
font-size:24px;
font-weight:400;
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMoHzy{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPjB5U{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IRXbDe{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IS1diL{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISqcij{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISuoDd{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUq8dY{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWAsms{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iah52Y{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcVPSr{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcYEts{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
line-height:0;
flex-direction:unset;
align-items:normal;
min-height:0px;
justify-content:normal;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcYEts:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IdREYI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlLEfm{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImDdHl{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrVd7o{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsP4Dl{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IwBkCb{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IyYV50{
height:110px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J0IWNI{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J2bjVi{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4vwtC{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-J4vwtC{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5WFFu{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J675dE{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6NnKb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8ECbT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-J8ECbT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8PetE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCdnJP{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JClqjL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHZfNf{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHhhvz{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJpcdP{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JMnbuJ{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNZ3jV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JSl6JE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JYqXmP{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JZU6u9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jag5AH{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JeC3Tl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JhPKcN{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiPEu4{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiQ8er{
font-size:var(--phw-g-cards-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnZeh2{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jp0K2S{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Js9MxN{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JsUZwI{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JslIgk{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JtzaLG{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JuhYUZ{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0zUGF{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1Sfvr{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6HxFr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-K6HxFr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9OYjF{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9a8tu{
padding-bottom:calc(var(--pu-space)*0);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCEZA3{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KDL8vD{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KDwn3j{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KEHMqv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KGXX7c{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KIJJ2D{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLGWC1{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-KP6hIm{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQQK7N{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRS61V{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTBI23{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KXs6Ee{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KcWEwc{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KekqO0{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KeuUSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYH7H4:hover .phw-g-i-KeuUSW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kf6W4x{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfIDiU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-KfIDiU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KigQPI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kn2g65{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnqK0Z{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-KnqK0Z{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kp3OK4{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kphk67{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrKCKV{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrfyQJ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-end:calc(var(--mu-space)*-1.25);
margin-inline-start:calc(var(--mu-space)*-1.25);
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KsnEOq{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kvzcl4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kw7gpH{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kwd03y{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxGaSs{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyDQad{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L06Nhx{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L3uwzu{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L42S6J{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L5kdSh{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6azHE{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7yqyF{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDIl1J{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDVmvg{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDb1Wz{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEHxwW{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEU3Hu{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LExHE0{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LGDOzY{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LM7Btt{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNAbvO{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-LOUsBY{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOUsBY{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LPq6Nj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LaGUsv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LfHC1Y{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LftySX{
font-size:var(--phw-g-widget-title-font-size);
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhXJVA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhYHjA{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LkdFhQ{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LknEjU{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LqU5oA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lr5i7J{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-Lr5i7J{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LsEYMY{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtwD0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LupVgv{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LvIho2{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LwB4jb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxCTP7{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxMbmS{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lz3lyf{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0VS16{
font-size:18px;
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1Xn29{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-M1Xn29{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M2zr5T{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5UasK{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M97OnV{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDIOP9{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDf5eN{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ME2iBm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGnVsT{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMTcV5{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNPoKv{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MP6kAi{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQcZ2A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQq3Uz{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTpZ2s{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTx4v2{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MU7y9Q{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXV0p9{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYObAS{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-McexAq{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdAQeh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdXJNb{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mdju3h{
font-weight:400;
text-align:start;
font-size:24px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mn4U5T{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mq53Lj{
font-size:27px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqCrSe{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MrdFJ2{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MsXKWt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtLErc{
text-align:center;
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwY63J{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxXWfn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MyLmJn{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzdGDz{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N28fmA{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5Ve44{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N61Ewt{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N63PuN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6WvDq{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6WvDq:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6WvDq:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7Xhx2{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8QukB{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDAWK0{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDBJV0{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDzHeF{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFH5Uk{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGE0mD{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NH9dAi{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIfXb0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-NIfXb0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLgQbw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NMeIEf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQ8ILB{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-NR6zqQ{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NR6zqQ{
font-weight:700;
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-warm-redb70d12ff);
font-family:var(--cms-g-rmfirstclass);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSBTKC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSmZE6{
font-size:var(--phw-g-input-label-text-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NTAwNe{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NU0FhX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NUaLo0{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NVwDwx{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYIwAB{
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYTKId{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nb9zqO{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NbgYnZ{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfW5yk{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhqyBT{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjIdUc{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nm4sr8{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nn07jC{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nr9Tha{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NrytGz{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsP3Hk{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsgmHK{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NufeHj{
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nxc7b3{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NztLQV{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NzyJvR{
font-size:var(--phw-g-widget-subheading-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O0589Q{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O2RSeJ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O6xgLq{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7LWRW{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O87ndK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O8pbt8{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEJzwU{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OESKMM{
border-color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEd0sd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OGu74T{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJ7Cip{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-OJ7Cip{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJvbM8{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OLx5Lo{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OMcnDW{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ONlSoP{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OQl0gn{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORBA4Y{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORTzBB{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORgKZ5{
height:120px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTquLI{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OW9dMF{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OXIrkP{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ObIIvD{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Obupdq{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-Obupdq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ocirjy{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Od2Bu5{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OftGE6{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkTRkt{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
line-height:0;
flex-direction:unset;
align-items:baseline;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkTRkt:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-On64Ju{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoI2NL{
object-fit:cover;
aspect-ratio:4/3;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoPOYd{
box-shadow:var(--box-shadow-style-2);
text-align:center;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DooIW:hover .phw-g-i-OoPOYd{
box-shadow:var(--box-shadow-style-2);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Op5qWq{
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OrNpna{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OrSpME{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OrileR{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ovax9O{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-Ovax9O{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OvrwFk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxOoop{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxZFRe{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P6Rh7L{
font-size:30px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P6S54O{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7rCJ4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9HWEV{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBpnzB{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PEFUaf{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PGYct3{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHjwO0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLhpHn{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--white);
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMNGKG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNnJoF{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PQK3KG{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTO9Fx{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTnSNn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PUm1tS{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PV4UEW{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PX1EaZ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXxoVV{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZjxLo{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZwM6h{
font-weight:700;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdXmDp{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-2.5);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PgEbcH{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PhkFHt{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkqJzk{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pm8YD5{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpDsjv{
margin-bottom:calc(var(--mu-space)*1.25);
margin-inline-start:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpJEXw{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpJlyM{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpUDa4{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PsnpYi{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pt6Ogo{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PuVBPf{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pvf5Fx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwSOU0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pxex2m{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Py1ti8{
height:110px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyLs5A{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyzhVn{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzCtg8{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzZkc8{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0i8lt{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q78lcj{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q96s3i{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9rVBK{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAeS0T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QD7oKl{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIH1ve{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJ5Vk8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNfUBo{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNwomz{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QO8Xhr{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QP1gwP{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QP54Pd{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQPHJo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQtWww{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQtqJw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QRgFZI{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QRzryZ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QU5Xrc{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUNHu4{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QWMgaF{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYnzQ0{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QZVljq{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfczPY{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QhnlGx{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ql5w6R{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QnebJO{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qnuqzl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qp1FPD{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QrOKxq{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtKBZg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qv3TiZ{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvR4Ka{
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QwfgQD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzRorJ{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzUMSA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0eLm3{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4GqKS{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6L3rn{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7VWpC{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RAmkFB{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFAnpj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFTHJw{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RI5k2W{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIuUi5{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNHyPH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RPkxMF{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQmwQR{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RRihH9{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
font-size:var(--phw-g-small-text-font-size);
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
height:120px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUWVcw{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUWjXx{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUmEd6{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ra6YEF{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RcFQ4c{
text-align:center;
height:150px;
width:180px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RcZT3N{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ReP4Pu{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ReuLDn{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfIgqV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ric1Fh{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rja0FD{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjyhVp{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RkAH1B{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnGlFg{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RoLVYt{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RoX7Sq{
font-weight:700;
font-size:var(--phw-g-large-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rv8CVC{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxMOA6{
border-width:1px;
border-color:transparent;
border-style:solid;
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rz3XYQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0uvVa{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-S0yunT{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VGSah:hover .phw-g-i-S2WGEd{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4x5Gc{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S65J8k{
color:var(--phw-custom-darkgrey404044);
text-align:center;
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6I6Mb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7WVjB{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7jfEX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8P8FH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9fSDF{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAM6YH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAjPBd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SBrpJ5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEsp7B{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFILEW{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGiXC9{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGsRxi{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SIREdK{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-SIREdK{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJgQKh{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJl91e{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKPW5X{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMcSHn{
text-align:center;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPiM5G{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUy83f{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXG5EF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZaK8h{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZzgcz{
text-align:center;
margin-inline-end:calc(var(--mu-space)*-3.75);
margin-inline-start:calc(var(--mu-space)*-3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaaVQ5{
color:var(--body-color);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sh1Zfw{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShqYYk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SiWNmk{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sk8rTS{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sk9GNh{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SkDtsX{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoursS{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpF5sc{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SqNkA3{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrSx5G{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sta0JC{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvUA8S{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Svqau8{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SzafiQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1qzEt{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T25aoN{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3B9rT{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3tnPb{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4iNlO{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4jhIS{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T6PSDK{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T7zT4k{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T8Qn2D{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9TDKA{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9u77Y{
aspect-ratio:16/9;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCEOrO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCdlTZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCedsD{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TD0SNk{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDznb5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFdITQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKt2gQ{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLx3gn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNyf7K{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRefUU{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVF3Yt{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWeOVa{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TX4OrY{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TX4OrY:visited{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TXp3Pl{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYUcDm{
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbIBaK{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tc8AgS{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-Tc8AgS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TdiJfC{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TdzlxV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tfhnn2{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfkjVz{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-TfkjVz{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgLhha{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgtKTV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tmpoka{
font-weight:700;
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tn7ayJ{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ToAmpX{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TokPVf{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tp04Rb{
margin-inline-end:calc(var(--mu-space)*8.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpZly0{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqJe8N{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TwmxJo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ty6OiW{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyuOnr{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0JJe7{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7LpB4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7m1qu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-position:50% 50%;
background-size:tile;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U92wsB{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U9EQlD{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAk6EX{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCJ0ur{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCOslL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDapYI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-UDapYI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDwCtr{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFDaRJ{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGrUpk{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJfJgV{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UK7zkc{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-UK7zkc{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKqkq3{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UL5vrq{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ULfaDi{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOwl8f{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UPDOrq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-UPDOrq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UT2r3C{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTpOta{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYdzvX{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZTH3T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZsZkP{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uay6Yj{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdGt4f{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdR5jh{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdkWjs{
}
.phw-g-i-UdkWjs img{
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdqVQD{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UettJ5{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UfJJHS{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UnGcpU{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uoialt{
font-size:var(--phw-g-input-label-text-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqPBV0{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqQ5VE{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsaXEz{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UvIkwQ{
font-size:18px;
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzNZYG{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzVtIA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V4na2v{
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V5wQ7f{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8Nfbd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-V8Nfbd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9crSZ{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VATXPZ{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
line-height:3;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VATXPZ:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VATXPZ:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCrqRS{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VH3yAQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKLAXJ{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-VLT7tr{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPro6i{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VR6gcM{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUMIKl{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VURy9l{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUp4z3{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VVTTEK{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VX7eh4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcNkya{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfSCEn{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfSCEn:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgcFvQ{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VjSEcK{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VmNM4j{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VmhjpN{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vntekw{
}
.phw-g-i-Vntekw img{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpS9pU{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vq7Xp6{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VqIHDy{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VuURGZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxDOwW{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VyNSdN{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vym83y{
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vz6sxi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VzaN2Y{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJrD2p:hover .phw-g-i-W0Ry8l{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3C1P8{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3RyxB{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5r9B1{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-W5rBL1{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7rfIu{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMBK6z{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMIBd0{
font-size:18px;
font-family:var(--cms-g-pfdin);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMkx1E{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WO3Zbx{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOVDjW{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQCGZb{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVrSct{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWyPG8{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WY2DwT{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WYSige{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WZQOB6{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WZcHjx{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaoDPU{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbdvqV{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WhDdbV{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WhmecF{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjupZM{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlKulm{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WmlRit{
padding-inline-start:calc(var(--pu-space)*1.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wn67gL{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoG72N:hover{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WqZuof{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrCUud{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrRpRt{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvcAkj{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WycBi0{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WyslZJ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X21Emg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X22IzM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3mIEm{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5p17S{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9qoWV{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEXPpZ{
height:125px;
width:125px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFlhwq{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XIxAYP{
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XK4yzM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKiWgc{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XLmPri{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMJOlV{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNaDRu{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOaUKQ{
color:var(--phw-custom-go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XRdr2b{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XS8wIN{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSBm31{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSzzlq{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heartbackground_1-1733246449474.png);
background-repeat:no-repeat;
background-position:50% 100%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWiBhV{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xfcwy2{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xgp5TF{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XjfhiY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XjiGcC{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XkZKWt{
text-align:center;
margin-inline-start:calc(var(--mu-space)*-3.75);
margin-inline-end:calc(var(--mu-space)*-3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XlgEJa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XoNu8X{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpJqon{
font-weight:400;
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xq5R5z{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XrI8zg{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XsLJk2{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XvTaqj{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-XyEnm2{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XyZkTe{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XzPiYJ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y0KK6v{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y1FYgK{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2ZKkn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-Y2ZKkn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4vhEq{
font-size:var(--font-size-12);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y5SMWe{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6XDQM{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6oadx{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9fwtj{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YA4AgC{
min-height:125px;
min-width:125px;
aspect-ratio:4/3;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YAL413{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-YC87NG{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YC87NG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEi6bt{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YG074k{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YG0KAw{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-YG0KAw{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YIAdQv{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YKUqrJ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMBVl0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMrjjT{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YO56Oz{
color:var(--white);
font-size:28px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YSJZKC{
font-size:18px;
height:110px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YVrNOd{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YX2uom{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXJ4IK{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YZup3s{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YcZeLp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YiFs74{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-YiFs74{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YoZ2Ua{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yrnwzs{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsjxS7{
box-shadow:var(--box-shadow-style-2);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yuunju{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YyjtSI{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzzGbq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0KjQz{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1DtBY{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5HRfy{
font-size:18px;
height:120px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8eboV{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Z8eboV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z90POw{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAK55F{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEtjSv{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZF0CGw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFoMPo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJ1sdW{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJ1sdW:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLt1kd{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZNnraR{
font-size:var(--phw-g-input-label-text-font-size);
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQ35nS{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVCqex{
font-size:max(calc(var(--input-font-size-lg)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZ67Qd{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Za93ji{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-Zf2aLM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZiKYdU{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zl339t{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlR6Ds{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-size:cover;
background-position:0% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmGZ1Q{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zn7Soz{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-Zn7Soz{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZnW7Yv{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqldfT{
aspect-ratio:16/9;
object-fit:cover;
text-align:left;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrZzcb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZumyG2{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a2DYgQ{
font-size:var(--phw-g-input-label-text-font-size);
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4Pjyq{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a5yYPb{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a70DQY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7cPjp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aB45hD{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aC2qjs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aD7Zbc{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDOdtB{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-aDOdtB{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDnjc3{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aEmXkN{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aFILnu{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aG2GGo{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJHr11{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aNy4Zn{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQNtOY{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRSy3y{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSLiai{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aT5ZUI{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aUazxs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aV7jIN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-aV7jIN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aWL3nl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYMIX4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZynE3{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-abWkIK{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ac2FfG{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-adBngX{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeibr1{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aejFNt{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afX29S{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiZPbr{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiglhV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-airK0k{
background:none;
background-image:none;
background-repeat:no-repeat;
background-position:50% 100%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alSqMf{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aoFkBg{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apFicm{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auGNlc{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auPyJp{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1IL3d{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6jJXs{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b7XfYI{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bB2N47{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bBCAah{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bBzoFI{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFVtmz{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bG30sa{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGfb3o{
font-size:var(--phw-g-widget-subheading-font-size);
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGogOk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNEKsk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-bNEKsk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNN8Yz{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOoqXy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSUCeh{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSZ0X0{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTsnXJ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTufla{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYQabb{
text-align:center;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYntLB{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-bYntLB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baYoJ2{
border-width:1px;
border-color:transparent;
border-style:solid;
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-batgmI{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bcQyJw{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfZBZU{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bijNoy{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjYarU{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bpW84C{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqFo8M{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bsColZ{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bu1Um1{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxNaIk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxhI5l{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3uUWC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c5NrFF{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAEU1R{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCFGNy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cETxhO{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W33rnu:hover .phw-g-i-cETxhO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cF15R0{
color:var(--brand-color-primary);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFAfT1{
background:none;
background-image:none;
font-size:16px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFTqp8{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFxSTM{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHcIQ6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHp5Px{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIABGm{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIP99D{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIwp3n{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJ9Gs9{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cLpeaB{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQig7g{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cS8a6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L8xmC5:hover .phw-g-i-cS8a6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cUw41J{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cVHkbn{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cW6r96{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWjZux{
text-align:center;
height:350px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cYdjU7{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cadeAs{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdZYOE{
aspect-ratio:16/9;
object-fit:contain;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdyL1t{
color:var(--body-color);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckx94W{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clNjDo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clNsBd{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co7IC8{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cor0Gu{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cqgXZN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cqnss6{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-crmzE1{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cs3675{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-css1V5{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cx8bfl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cyHKc9{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0Jax0{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-d17uv1{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d63hVW{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8V208{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8dLCy{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nt0IIV:hover .phw-g-i-dBwv0f{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBwv0f{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dC3c5h{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dD1uvi{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGWUy0{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dH7jSL{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dHhJ70{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIZztc{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIr79Z{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-dJsWOI{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKVzyK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKvapf{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dN8nWH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dO7ueB{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRTEEr{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dT5QYd{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dTByMQ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dTrd2I{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dU6op0{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dV5ywz{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcNmW5{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-detxwS{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhUpvZ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dijzmd{
font-weight:700;
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djEEhG{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dkMuJb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dl66YQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlAact{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dnSX6x{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dp96wv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpH9Bh{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqCVx9{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drdZo0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ds4Epy{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwBJwI{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e0SXYb{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2CytI{
margin-inline-start:calc(var(--mu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3ArB9{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3zVmg{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4FI5v{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-e4FI5v{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOB5pY:hover .phw-g-i-e4FI5v{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4gFob{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6irSh{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8BBTa{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8oEGZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eBP8ad{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCUtqU{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCvaiW{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDALTT{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKvVD2{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNTeG0{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePQm5k{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePmBDo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTPR2K{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVClzH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWD8mO{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWxSKS{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eYGgTi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZMEzw{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eaAqYD{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eh0ky7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-eh0ky7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ej4uy5{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ejCYQH{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ejEj2O{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eklXGz{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-emEP17{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-entm6s{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-esVWc7{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evwCqN{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewrqAm{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-exxVbe{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f13YgX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2OqhD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f38l77{
background-color:var(--phw-custom-bg_go-green-contrast008a00ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f3Gwtu{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f43z5m{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f4Z2p3{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5KTFZ{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5yAre{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f7sAvA{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f83lYt{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f97u02{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBlb8a{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCHnh7{
font-size:var(--phw-g-cards-subtitle-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCNqBc{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEsne6{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFnsJh{
text-align:center;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fK4QVz{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMK7xj{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMj7WJ{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fNqdOC{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQvjWh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSkOAp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fURG5j{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fVZfwu{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fXfJXj{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZuogb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-falXke{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcuUhz{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdottr{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffBAku{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffkIgU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fglpeP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fhGgiA{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-flKEmj{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fng0wz{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnkOS8{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-foOdC3{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fr9tkq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-fr9tkq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-frXu3p{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsnwpQ{
color:var(--phw-custom-dynamic-yellowfdda24ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fuZn7A{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fvZv7m{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fwv7LS{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fyHG3q{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fyZZLN{
color:var(--phw-custom-darkgrey404044);
text-align:center;
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g22ZKj{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4IkKe{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-g4IkKe{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5X16T{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g6Mxh3{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g8ATTF{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCArgt{
background-position:0% 50%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCevBP{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGMhtr{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHcRN4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIzudf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gKSNPZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQXu4o{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gSRi6K{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gSsngN{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7roLK:hover .phw-g-i-gSsngN{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gVuPiR{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYH7Aq{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZMFzl{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZgnCN{
font-size:20px;
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZlg8I{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gg6QzQ{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkddC9{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-glTNvx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmfDsc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnNVjX{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnejZm{
aspect-ratio:16/9;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gp0Nq9{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpqJ3Z{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-guNeuD{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gx8owz{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxpv4z{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gyBTFH{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzsyQj{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3Yf31{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5Mdoe{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAEt77{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAbroy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBzXzg{
font-size:var(--phw-g-cards-subtitle-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDXVdd{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEa2Lx{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIFiEw{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJBEiu{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hMlgua{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPuZ4F{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQM6Sf{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQU1R5{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUuf8m{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hV0SFO{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hVuUSh{
font-size:var(--phw-g-cards-subtitle-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hWhEfG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-hXQVUV{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXVF4g{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-he7ESr{
border-color:var(--phw-custom-primarylighte63338);
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-heYxel{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfPhpj{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgL0e4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hhr3NA{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hiyTmE{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hka3jB{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hka3jB:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hkqSbe{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hoMwQj{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hoTIrd{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1h2mzP:hover .phw-g-i-hoTIrd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hp8uyb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hteIKE{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxkS38{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hylwEU{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0GAto{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i79z6K{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-i79z6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9Gs6P{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-small-text-font-size);
padding-bottom:calc(var(--pu-space)*1.25);
background-color:var(--phw-custom-white);
margin-inline-start:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9M8uZ{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iBafEQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3VIY2:hover .phw-g-i-iCaUi8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iECNpk{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEaG3E{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iGP6OS{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iGj1Bn{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLWttX{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPBX1o{
font-weight:400;
font-size:24px;
margin-inline-start:calc(var(--mu-space)*0);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSAITu{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSGis4{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iScOcS{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTGNIg{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTGxBa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-iTGxBa{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iWLXHo{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iX88tg{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iYgYEI{
color:var(--phw-custom-darkgrey404044);
margin-inline-end:calc(var(--mu-space)*-1.25);
margin-inline-start:calc(var(--mu-space)*-1.25);
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iaIseP{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ienOtl{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igSoVm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihgk6h{
font-size:var(--phw-g-widget-subheading-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihkXZj{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiNICY{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijNaHu{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijVC4J{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilEzw5{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-in6Vzk{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ir9Ytf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-isTERp{
border-color:var(--brand-color-primary);
border-top-left-radius:calc(var(--border-radius-base)*12.5);
border-top-right-radius:calc(var(--border-radius-base)*12.5);
border-bottom-left-radius:calc(var(--border-radius-base)*12.5);
border-bottom-right-radius:calc(var(--border-radius-base)*12.5);
font-weight:400;
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
background-color:var(--brand-color-primary);
min-height:0px;
max-width:none;
max-height:none;
min-width:0px;
width:auto;
height:48px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iubQEq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iuwhhv{
font-weight:400;
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixf7vi{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iyxlhA{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j25unE{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-j25unE{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2c43L{
font-size:30px;
color:var(--brand-color-primary);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6hCVV{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j73xeQ{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAnQKd{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDcis7{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHzMTk{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIxyok{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJgjll{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-jJgjll{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jK37Qo{
aspect-ratio:4/3;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLKrIQ{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMvxm8{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOkAOc{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jP9XSQ{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPTmt1{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRproe{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jS55qB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWgfxd{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWsTQ3{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZ6A8E{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbInII{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbxk8G{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcNEy6{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcfHpC{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdeuuG{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jeTFB4{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jgiosD{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjzp64{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jlH4ZK{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-joVjdz{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jt3FpH{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jvxzO2{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzGdKL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzbcNh{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERksQd:hover .phw-g-i-jzbcNh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0GARQ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0o1Gh{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k2QIWU{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3PdOT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puMGPo:hover .phw-g-i-k3PdOT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4BLlC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4aSJc{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k554os{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsBwfz:hover .phw-g-i-k554os{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6Ymgb{
color:var(--phw-custom-go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k8AMQM{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9BQl8{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kBW48s{
border-color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCKnnq{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCLMVn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJAo02:hover .phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmkdIq:hover .phw-g-i-kDoVSm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJwSxK{
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZflrM:hover .phw-g-i-kMF9v9{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNC5Wg{
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRcYqD{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kVq9Rs{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYnlLs{
font-size:var(--phw-g-small-text-font-size);
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
height:120px;
background-color:var(--phw-custom-white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ka7FgY{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbiNvQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdMhj1{
border-color:var(--phw-custom-primarylighte63338);
color:var(--body-color);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdTv58{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdYI8P{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khQD8h{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khhHH7{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmcWGG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmgbnQ{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmtFEP{
font-size:var(--font-size-12);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kn09ni{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-knnjgY{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ksdx0S{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kw5PMa{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kx8NEb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W8flC3:hover .phw-g-i-kx8NEb{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxcSCh{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kzM3M8{
font-size:18px;
background-color:var(--phw-custom-white);
text-align:start;
height:120px;
overflow:auto;
margin-inline-start:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-bottom:calc(var(--pu-space)*1.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l0Rj4v{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3yfFx{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCvY4v{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGAhey{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKzrIz{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lN271z{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lO3P1E{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOX37Y{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lRizs1{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSzLSS{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lTX97J{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lV06Bk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lVTOv2{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWvOal{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4R3vz:hover .phw-g-i-lWvOal{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-laFtXg{
font-size:max(calc(var(--footer-menu-list-font-size-style-1)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-leHeG2{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfMaRs{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lflswr{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhPBxy{
box-shadow:var(--box-shadow-style-2);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-liGDkH{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lk0imw{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lkLftR{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lnm8dT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpOcNO{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ltGS0T{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvULxE{
color:var(--phw-custom-darkgrey404044);
text-align:center;
font-size:16px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lw8dHP{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ly3Kdj{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0COS7{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0CqPl{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1qvHC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1zR8e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-m1zR8e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m2dq30{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7FbtS{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7Iylm{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7Nho6{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7qRhh{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mDeTwx{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mM3EB7{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mO1DvC{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mO9ixK{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/JTC_heartbanner-1738081521384.png);
background-color:none;
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQsvKd{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRxNkY{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTAlc5{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUWHHQ{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVu5Wk{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mWcsnT{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meETKC{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meVEJi{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfJBjl{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgog4c{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhQdqo{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlwk0X{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mmF6Oc{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mn9rvy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-mn9rvy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mpj914{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqzn3e{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mr3wEL{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-msSS0g{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvfPa7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-my3msG{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n1Bcwj{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5HLSk{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9CSrZ{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBXIS9{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDVZSc{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDsTFX{
height:110px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nF0VP7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nG2tf4{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGOXzE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIkQLd{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKl5Q2{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKpwzD{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nLh04o{
object-fit:contain;
aspect-ratio:4/3;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMJnn8{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOKY0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90rFIv:hover .phw-g-i-nOKY0E{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nTfylI{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUlw8v{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nXuAdt{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nXuRap{
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-naS2Y0{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--body-color);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nazBDh{
text-align:center;
margin-top:calc(var(--mu-space)*-3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbzv8u{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-neCSCj{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhutUL{
background-color:var(--phw-custom-bg_go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-njgPBF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnwWWI{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nsbs4J{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nuMPk5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nv0KB1{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwisvi{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nxaJoz{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nzyGtu{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0la1t{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1d2lf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5WVGW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o617uH{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o722hA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o7TDh0{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8w3Pf{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCWAIG{
font-size:var(--phw-g-regular-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCxBYL{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIuuAW{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJHPFq{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKhyFQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oL92o3{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMLSVY{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIGG7Y:hover .phw-g-i-oPNWcr{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oQ0k8D{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oRYLIm{
color:var(--white);
font-size:36px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXF9v3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZM2A7{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obAIBG{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocP8UN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oeI7kw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohmAWl{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oixfRk{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojYa6Z{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojkhbv{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okS7im{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okisTU{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omKXAS{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omVJ08{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-op0Ftu{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orylNw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ou6P4r{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ouj2es{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oy1YOG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3yOIG{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p4tQMb{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p7uBXH{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pExi49{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pFMFIB{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pG7ZEL{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pGaFb2{
color:var(--phw-custom-go-green-contrast008a00ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pKml1b{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLdt2W{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQslwp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pR0Cz2{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pTOnTy{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXr5DO{
background-position:50% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pYSLRB{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbAxTQ{
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbAxTQ:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbbiUS{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdvZVS{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfCPWz{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfW6OK{
font-size:var(--phw-g-small-text-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgZ3xY{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pk7euu{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pobzOG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prLIhP{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pscgM3{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puKCFU{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puMsmk{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pufckC{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwbdjL{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxH4is{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxZqRk{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0KJeM{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0VHgX{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0nE1r{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3L0ZF{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3vTba{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q59ZqA{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q66jnt:hover{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9asdb{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBLFQe{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDjA71{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGNcjp{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGqe3L{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIdFcD{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xW2gkt:hover .phw-g-i-qKGKkg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMEh2O{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qOyjg4{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRldy7{
font-weight:400;
font-size:24px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSBsz3{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUA7p6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUy0rf{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVQ5l2{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVsCZH{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXjDWs{
background-color:var(--phw-custom-white);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZVcv7{
font-size:var(--phw-g-widget-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qgnfiJ{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qiWWxZ{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkPv3o{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkk3P8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/JTC_heartbanner-1738081521384.png);
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-repeat:no-repeat;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkq68j{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ql37c4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmREFd{
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qplLbH{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtXWlL{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-queaJv{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvBGCZ{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qxypnS{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qz7ZGV{
height:90px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzeAKZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1p1qX{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3YU7e{
color:var(--phw-custom-darkgrey404044);
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3saoj{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4PDvT{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4U6tq{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4tmXQ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6P0uM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r9J3UL{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rBsbOa{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rC3h7w{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rCKWpl{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rEskoM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFhkWf{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGq5q6{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJ7wkw{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJNeYk{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rKNora{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rM4LN1{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rMqSBA{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPNw0z{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSnqlW{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rTIUup{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rTYnr5{
font-size:var(--phw-g-regular-text-font-size);
line-height:1.5;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVLtI3{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXUKC7{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYUwKF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZlYF5{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ra5tt9{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ram22w{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rbdYZQ{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rcYxoU{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rcwb4H{
font-size:40px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdqfsX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-reLQCm{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgrZTX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rjQY2g{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpIuun{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpYKVR{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-rpYKVR{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rqiEXA{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rrclEz{
height:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rvIp6b{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwNPZC{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxEXXJ{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzGEuM{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0cOn2{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s22lxF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3xfzo{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6NpLk{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7zlk8{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8zGLU{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s9DrR3{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sBaZWp{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sE5kWK{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFLRlm{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIHT6W{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sItiwo{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLlYT5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sP7bwK{
aspect-ratio:16/9;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sQfkTa{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sRTF01{
font-size:var(--phw-g-cards-subtitle-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSFkW4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSbL0G{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVZhmG{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sX0elr{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sYk4gX{
background-color:var(--phw-custom-grey_bg_40-oppacity);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sZIFfD{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-sZIFfD{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-saOh48{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sgLDQA{
font-weight:700;
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soBxS4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soEX7w{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soEpuQ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soJLgp{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soPKhy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sp7W7F{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-sp7W7F{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-spnjZD{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ss5Cu4{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ss7bTL{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-stIBhb{
font-size:var(--phw-g-cards-subtitle-font-size);
font-weight:700;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyKCza:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onryyG:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L8xmC5:hover .phw-g-i-suRnkK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-swC4w1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swC4w1{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sy4DqW{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szBzgp{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szHUPx{
color:var(--phw-custom-darkgrey404044);
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szb4F9{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2G5jW{
font-size:20px;
color:var(--white);
margin-inline-start:calc(var(--mu-space)*3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3DGav{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5D4hq{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5TvYX{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5Xwur{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5aeYI{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7GL7a{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8hzvF{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-t8hzvF{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9ZwzL{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tBF7yK{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zJt2L:hover .phw-g-i-tEYXTB{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFJH81{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFgVlI{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFnDMi{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tG768P{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tGyMBF{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tHNTlc{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKaZ2J{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLVWmy{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLc796{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tMm6Hv{
background:none;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-size:cover;
background-position:100% 100%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPxdYe{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQ0Frp{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tRkaiw{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tSwJ3J{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tTWVou{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tV1kDg{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tVBLd1{
border-width:0px;
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tVBLd1:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tViEm5{
font-size:var(--phw-g-widget-subheading-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tW19Mo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tYKTY8{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZesaS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tbUkuG{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tc8ZEr{
font-size:30px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcKMHh{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdWN1P{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-te5BqE{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgRIa0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgbqef{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgxPt9{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiis6y{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjV705{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tlvoKh{
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnxbbl{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tpjeXf{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tscvbq{
font-size:var(--phw-g-cards-title-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tuj7Mp{
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-color:var(--phw-custom-grey_bg_40-oppacity);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tuqowv{
font-size:25px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tvz5AE{
font-size:var(--phw-g-cards-title-font-size);
font-family:var(--cms-g-rmfirstclass);
color:var(--phw-custom-warm-redb70d12ff);
font-weight:700;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-tvz5AE{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
font-family:var(--cms-g-rmfirstclass);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txXlkZ{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzdc1R{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4efMl{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u7vwdi{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBbIIq{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCPXFl{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uD32SV{
color:var(--phw-custom-darkgrey404044);
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDBtCx{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uENkZf{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uFyjR7{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uH6ZKE{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uHlWBO{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIAkW9{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIHIbx{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJJNLy{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLMI8H{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uN63ct{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNiC5K{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uRuRTW{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uS2nkL{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUNmRf{
border-width:1px;
border-color:var(--brand-color-primary);
border-style:solid;
padding-top:calc(var(--pu-space)*1.25);
padding-inline-end:calc(var(--pu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
font-size:var(--phw-g-small-text-font-size);
padding-bottom:calc(var(--pu-space)*1.25);
background-color:var(--phw-custom-white);
margin-inline-start:calc(var(--mu-space)*1.25);
margin-inline-end:calc(var(--mu-space)*1.25);
margin-top:calc(var(--mu-space)*1.25);
margin-bottom:calc(var(--mu-space)*1.25);
height:120px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uVY9qh{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZfHIA{
text-align:center;
margin-inline-end:calc(var(--mu-space)*-6.25);
margin-inline-start:calc(var(--mu-space)*-6.25);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucTFJ5{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uf4scH{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufw8I8{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugaV6Q{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugraYg{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uihX4b{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uir5Wx{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujKIDA{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uk9RT6{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-umhdHk{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-un8OnA{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-upNV21{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urwY13{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utdg0p{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uu29cE{
font-size:30px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uvZIHw{
font-size:max(calc(var(--input-font-size-lg)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uvuhaV{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1kZiz{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1mOuU{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v5HaJm{
}
.phw-g-i-v5HaJm img{
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v5VIqT{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v5W0PK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDMofI{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEL11Z{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEXFDw{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vF3ftJ{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vF3ftJ:hover{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGMMxn{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGP3CC{
font-size:var(--phw-g-input-label-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGhRbO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJ60ye{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJ60ye:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJ60ye:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vLofw7{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vM8XiU{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMbq9k{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNC8ZM{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-go-green62a531ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQlBsC{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRFXjI{
font-size:var(--phw-g-cards-title-font-size);
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vT6Rd1{
}
.phw-g-i-vT6Rd1 img{
aspect-ratio:3/2;
object-fit:cover;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vUb3qA{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vW50eJ{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vW5M8p{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vW77Hv{
font-size:var(--phw-g-small-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vc2cQW{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
margin-inline-start:calc(var(--mu-space)*-2.5);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcwsDk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjKZyP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjPcOZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjSwdU{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjXYCa{
}
.phw-g-i-vjXYCa img{
aspect-ratio:3/2;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjcq0R{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjpZoB{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vnkDyc{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-vnkDyc{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-voZezH{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqkZJU{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vsxila{
background:none;
background-image:none;
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vu1vPb{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vuMHkc{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vvykU0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwHwCC{
font-size:18px;
text-align:start;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6Mtre{
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7yuM7{
font-weight:700;
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8ShhQ{
border-width:0px;
color:var(--white);
padding-left:0px;
padding-right:0px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8ShhQ:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8ShhQ:hover{
color:var(--phw-custom-primarylighte63338);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w9U19v{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCD0SK{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wDONQx{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wFdIAN{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGN9Ks{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIqUqX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wK4YjN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLHOjz{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLNoyc{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wP3bOl{
margin-inline-start:calc(var(--mu-space)*-2.5);
font-size:var(--phw-g-regular-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wPFPMV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRRS5F{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRWKEH{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wS3guJ{
font-size:var(--phw-g-cards-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUeLUp{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVDqx8{
font-size:var(--phw-g-widget-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wW2nXP{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXTXAQ{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXcp6o{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcyuKN{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdA6TY{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-we1XW5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-weQ505{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-weQ505{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wf0KkB{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wj1hSO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkTMDn{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wmQ24x{
font-size:20px;
margin-inline-start:calc(var(--mu-space)*3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wma4Sk{
font-size:20px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wn6NxD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtvUEM{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wuK1YL{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wzvo6s{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0oclt{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x1rUnW{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x2zofA{
font-size:30px;
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6POwk{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6TWMW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xBO8pe{
font-size:var(--phw-g-cards-title-font-size);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEXjsZ{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA920a:hover .phw-g-i-xEXjsZ{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGqgcr{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xJFbKP{
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xL1BE5{
font-size:var(--phw-g-cards-title-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xNvzgX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xREdAr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xTFbmO{
font-size:var(--phw-g-small-text-font-size);
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUsObk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xam3qU{
color:var(--phw-custom-darkgrey404044);
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xbJOb6{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xbfJcY{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcxcft{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xfnx2U{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xg0Pgc{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
background-color:none;
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgmKLV{
padding-bottom:calc(var(--pu-space)*0);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xl77HO{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-repeat:no-repeat;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xlHbIQ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xli3z8{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpKu1O{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xurj9D{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxHl8r{
color:var(--phw-custom-darkgrey404044);
text-align:center;
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0K7SP{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2kNf2{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y3IIuF{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y3xd3C{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y56IqN{
font-size:30px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y5dWoY{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAfb3D{
font-weight:400;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBkoDm{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yC2xtc{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCZIVp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yEgFhA{
background:none;
background-image:none;
padding-top:calc(var(--pu-space)*3.25);
padding-bottom:calc(var(--pu-space)*3.25);
background-repeat:no-repeat;
background-size:cover;
background-position:0% 0%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFsvhG{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGdhjm{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHmJbA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKKJCP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPwrkt{
aspect-ratio:4/3;
object-fit:contain;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQYVL5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTJwyf{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VGSah:hover .phw-g-i-yTevO5{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTqGVS{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yYwuTq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ydjv47{
color:var(--phw-custom-go-green62a531ff);
font-size:var(--phw-g-cards-subtitle-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yeJMAW{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo892P:hover .phw-g-i-yqSP2S{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqSP2S{
font-size:max(calc(var(--phw-g-large-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrXERp{
font-size:18px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ys93aB{
font-size:20px;
color:var(--white);
margin-inline-start:calc(var(--mu-space)*3.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzFfFi{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzdZyY{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7rCIH{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z9aPsp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAQNsM{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBAbmw{
font-size:max(calc(var(--phw-g-button-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zEh33W{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zFhnuI{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGanJs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zL6OZP{
background:none;
background-color:var(--phw-custom-grey_bg_40-oppacity);
background-repeat:no-repeat;
background-size:cover;
background-position:50% 50%;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zMKDXG{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size));
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zO9FwG{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zOw6tc{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQn5tk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPcDc9:hover .phw-g-i-zQn5tk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRlA95{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVlbXh{
border-width:0px;
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zW51gP{
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWeGuT{
text-align:center;
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWt2iN{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYFPum{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZJXXD{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/RMGRMGGB/images/Heart_WDM_banner-1734944308663.png);
color:var(--white);
background-repeat:no-repeat;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zaeeVY{
text-align:center;
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbfGrT{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcIYGi{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcy7CL{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfGdtp{
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfbvRH{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfnFdU{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZPwB1:hover .phw-g-i-zfnFdU{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziy9PG{
font-size:var(--phw-g-regular-text-font-size);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjUkrQ{
width:150px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkeSfb{
font-size:var(--phw-g-cards-subtitle-font-size);
color:var(--phw-custom-darkgrey404044);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkef5B{
border-width:1px;
border-color:transparent;
border-style:solid;
background-color:transparent;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zqDkR7{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zsJGjj{
font-size:18px;
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zth5Ms{
border-width:1px;
border-color:var(--phw-custom-border_go-green-contrast008a00ff);
border-style:solid;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvey78{
fill:var(--phw-custom-icons_dark-grey404044ff);
color:var(--phw-custom-icons_dark-grey404044ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zycy8b{
font-size:30px;
color:var(--phw-custom-darkgrey404044);
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zyfdnw{
color:var(--white);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zz0YuA{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kG7EXb:hover .phw-g-i-zz5V4A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zz5V4A{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zzbrtE{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zzt2Bi{
text-align:center;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-p-default-dark{
font-size:18px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-padding-zero-with-background{
padding-top:calc(var(--pu-space)*0);
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-small-text-secondary-italic{
font-size:20px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-text-default-semibold-dark{
}
}

